// JavaScript Document

// ============================================================== Window en top location

if (window!= top)
top.location.href=location.href


// ============================================================== Test Flag Disclaimer

function TestFlag(variable)
	{
	cook = document.cookie;
	variable += "=";
	place = cook.indexOf(variable,0);
	if (place <= -1)
		return("0");
	else
		{
		end = cook.indexOf(";",place)
		if (end <= -1)
			return(unescape(cook.substring(place+variable.length,cook.length)));
		else
			return(unescape(cook.substring(place+variable.length,end)));
		}
	}

function SetCookie(nom,valeur,permanent)
	{
	if(permanent)
		{
		dateExp = new Date(2012,12,12);
		dateExp = dateExp.toGMTString();
		ifpermanent = '; expires=' + dateExp + ';';
		}
	else
		ifpermanent = '';
	document.cookie = nom + '=' + escape(valeur) + ifpermanent;
	}

if(TestFlag("popok")==0)
	{
	var msg="ATTENTION : SITE PORNOGRAPHIQUE RESERVE AUX ADULTES\n\nCe site Internet est réservé à un public majeur et averti et est conforme\nà toutes les règlementations françaises en vigueur. Il contient des textes,\ndes photos et des vidéos classées X qui peuvent être choquantes pour\ncertaines sensibilités. \n\nCLIQUEZ SUR OK POUR VISITER LE SITE (+18 ANS)\nCLIQUEZ SUR ANNULER POUR QUITTER (-18 ANS)\n\n";
   if(!confirm(msg)){window.top.popup=0;window.top.location.replace("http://www.buzzado.com");}
	SetCookie("popok","oui",false)
	}


// ============================================================== Ajout en Favoris

function favoris(title,url){ 
if( document.all){ 
window.external.AddFavorite(url, title); 
} 
else if( window.sidebar){ 
window.sidebar.addPanel(title, url, "") 
} 
} 


// ============================================================== Insertion Iframe

function insert1() {return ins1}
ins1="<iframe align='center' name='videos-matures' id='videos-matures' marginwidth='1' marginheight='1' height='5650' width='740' border='0' frameborder='0' src='http://www.sexedenfer.com/mb.php?wref=223&tpl=mureetsexybig&catg=mature' style='border:0px;' scrolling='no'></iframe>"

function insert2() {return ins2}
ins2="<iframe src='http://mb.wendise.com/pdv/pid-id280769/tid-amatblack/cat-6/sexe.html' framespacing='0' frameborder='no' scrolling='no' width='100%' height='4500'></iframe>"


// ============================================================== Affiche Vidéos Wendise

function pdp(vid, se) {
	url = 'http://mb.wendise.com/pdp/vid-'+vid+'/pid-id280769/tid-amatblack/'+se+'.html';
	w = screen.availWidth - 10;
	h = screen.availHeight - 30;
	win = window.open(url, '_blank', 'toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=1,top=0,left=0,width='+w+',height='+h);
	win.focus();
}