/* 	JulienCD, 7th Feb 2007 */
if ( typeof(FeedLive) != 'object' ) var FeedLive = new Array();
if ( typeof(FeedLive['syn']) == 'undefined' ) FeedLive['syn']='hetero';
if ( FeedLive['syn']!='hetero' && FeedLive['syn']!='gay' ) FeedLive['syn']='hetero';
if ( typeof(FeedLive['langue']) == 'undefined' ) FeedLive['langue']='';
FeedLive['minihost'] = (FeedLive['syn']=='hetero') ? 'eurolive.com' : 'mykocam.com';
if ( typeof(FeedLive['id']) == 'undefined' ) FeedLive['id']=10000;
if ( typeof(FeedLive['width']) == 'undefined' ) FeedLive['width']=320;
if ( typeof(FeedLive['height']) == 'undefined' ) FeedLive['height']=240;
if ( typeof(FeedLive['name']) == 'undefined') FeedLive['name'] = '';
if ( typeof(FeedLive['tracker']) == 'undefined' ) FeedLive['tracker']='';
if ( typeof(FeedLive['host']) == 'undefined' && FeedLive['syn']=='hetero') FeedLive['host']='www.eurolive.com';
if ( typeof(FeedLive['host']) == 'undefined' && FeedLive['syn']=='gay') FeedLive['host']='www.mykocam.com';
if ( typeof(FeedLive['buying']) == 'undefined' ) FeedLive['buying']=0;
if ( typeof(FeedLive['cs']) == 'undefined' ) FeedLive['cs']='';
if ( typeof(FeedLive['target']) == 'undefined' ) FeedLive['target']='online';
if ( typeof(FeedLive['effect']) == 'undefined' ) FeedLive['effect']=0;
if ( typeof(FeedLive['type']) == 'undefined' ) FeedLive['type']='feeds';
if ( typeof(FeedLive['agemin']) == 'undefined' ) FeedLive['agemin']=18;
if ( typeof(FeedLive['agemax']) == 'undefined' ) FeedLive['agemax']=100;
if ( FeedLive['noexit'] == 1 ) var noexit="&noexit=1";
else var noexit='';
if ( FeedLive['warning'] == 1 ) var warning="&warning=1";
else var warning='&warning=0';
if ( FeedLive['type']!='feeds' && FeedLive['type']!='fake' ) FeedLive['type']='feeds';
var FeedFinalUrl = 'http://media.'+FeedLive['minihost']+'/swfs/load/load.php?id='+FeedLive['id']+'&size='+FeedLive['width']+'x'+FeedLive['height'];
if (FeedLive['tracker']!='') FeedFinalUrl+='&tracker='+FeedLive['tracker'];
if (FeedLive['langue']!='') FeedFinalUrl+='&langue='+FeedLive['langue'];
if (FeedLive['cs']!='')	FeedFinalUrl+='&cs='+FeedLive['cs'];
if (FeedLive['host']!='www.eurolive.com' && FeedLive['host']!='www.mykocam.com') FeedFinalUrl+='&host='+FeedLive['host'];
if (FeedLive['buying']==1) FeedFinalUrl+='&buying=1';
FeedFinalUrl+='&pseudo='+FeedLive['name']+'&synergie='+FeedLive['syn']+'&target='+FeedLive['target']+'&effect='+FeedLive['effect']+'&type='+FeedLive['type']+warning+noexit;
if ( typeof(FeedLive['adclick']) != 'undefined' ) FeedFinalUrl+='&adclick='+escape(FeedLive['adclick']);
if ( typeof(FeedLive['minihost']) == 'undefined' ) FeedFinalUrl+='&minihost='+FeedLive['minihost'];
if ( typeof(FeedLive['trans']) == 'undefined') FeedFinalUrl+="&trans=no";
else FeedFinalUrl+="&trans="+FeedLive['trans'];
if ( typeof(FeedLive['site'])=='undefined') {
	if(FeedLive['syn']=="hetero") FeedFinalUrl+="&site=www.eurolive.com";
	if(FeedLive['syn']=="gay") FeedFinalUrl+="&site=www.mykocam.com";
}
else FeedFinalUrl+="&site="+FeedLive['site'];
if (typeof(FeedLive['targetwin'])=='undefined') FeedLive['targetwin'] = '_blank';
FeedFinalUrl+="&targetwin="+FeedLive['targetwin'];
FeedFinalUrl+="&age_min="+FeedLive['agemin']+"&age_max="+FeedLive['agemax'];
document.write('<iframe src="'+FeedFinalUrl+'" scrolling="no" frameborder="0" style="width:'+FeedLive['width']+'px;height:'+FeedLive['height']+'px;"></iframe>');
