$(document).ready(function()
{
	// External links
	$("a[rel*=external]").attr("target", "_blank");
	
	// Mover
	$(".move").Mover();
});




// Annoy!
function annoyVisit(i, geo)
{
	if (typeof(i) == "undefined" || i == 5) { i = 0; }
	if (typeof(geo) == "undefined") { geo = "undefined"; }
	i++;
	
	var timeout = 30000; // 2 minutes
	setTimeout("annoyCasinoDeal(" + i + ")", timeout);
	setTimeout("annoyVisit(" + i + ")", timeout);
}

function annoyCasinoDeal(i)
{
	if (typeof(i) == "undefined") { i = 1; }
	
	$.fancybox({
		'href':			'http://api.adjestic.com/slot/1;5?p=' + i,
		'padding':		'10',
		'width':		270,
		'height':		350,
		'autoScale':	false,
		'type':			'iframe',
		'overlayOpacity': 0.8,
		'overlayColor':		'#000',
		'centerOnScroll': true,
		'hideOnContentClick': true
	});
}
