	var iMyLoc;

	iMyLoc = (document.location);

function keepResident() {

	var iMyWidth;

	var iMyHeight;

	//gets top and left positions based on user's resolution so hint window is centered.

	iMyWidth = (window.screen.width/2) - (200 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).

	iMyHeight = (window.screen.height/2) - (225 + 50); //half the screen height minus half the new window height (plus title and status bars).

	var win2 = window.open(iMyLoc,"Winners","status,height=500,width=400,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");

	win2.focus();

}

//google_ad_client = "pub-0950262331906411";
//google_ad_width = 728;
//google_ad_height = 90;
//google_ad_format = "728x90_as";
//google_ad_channel ="";
//google_ad_type = "text_image";
//google_color_border = "6633FF";
//google_color_bg = "000000";
//google_color_link = "66FFFF";
//google_color_url = "6699FF";
//google_color_text = "66CCFF";


google_ad_client = "pub-0950262331906411";
/*  */
google_ad_slot = "1068485770";
google_ad_width = 728;
google_ad_height = 90;



var imagenumber = 3 ; // (== last link in list below)

 var randomnumber = Math.random() ;

 var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

 links = new Array;

//links[imagenumber]="<!-- NORMAL ADS --><SCRIPT LANGUAGE='javascript' src='http://www.qksz.net/1e-52bl'></SCRIPT>";
links[1]="<!-- GOOGLE ADS --><SCRIPT LANGUAGE='javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></SCRIPT>";
links[2]="<!-- GOOGLE ADS --><SCRIPT LANGUAGE='javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></SCRIPT>";
links[3]="<!-- GOOGLE ADS --><SCRIPT LANGUAGE='javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></SCRIPT>";
//links[4]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/werewolf_1_728x90_01.html' width='728' height='90' scrolling='no'></iframe>";
//links[5]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/Heroes_728x90.html' width='728' height='90' scrolling='no'></iframe>";
//links[6]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/vampire_728x90.html' width='728' height='90' scrolling='no'></iframe>";
//links[4]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/alphaPrime_728x90.html' width='728' height='90' scrolling='no'></iframe>";
//links[5]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/alphaPrime_728x90.html' width='728' height='90' scrolling='no'></iframe>";
//links[6]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/alphaPrime_728x90.html' width='728' height='90' scrolling='no'></iframe>";
//links[4]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_01.html' width='728' height='90' scrolling='no'></iframe>";
//links[5]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_02.html' width='728' height='90' scrolling='no'></iframe>";
//links[6]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_03.html' width='728' height='90' scrolling='no'></iframe>";
//links[7]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_01.html' width='728' height='90' scrolling='no'></iframe>";
//links[8]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_02.html' width='728' height='90' scrolling='no'></iframe>";
//links[9]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_03.html' width='728' height='90' scrolling='no'></iframe>";
//links[10]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_01.html' width='728' height='90' scrolling='no'></iframe>";
//links[11]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_02.html' width='728' height='90' scrolling='no'></iframe>";
//links[12]="<!-- MERIDIAN4 --><iframe src='http://www.psillustrated.com/ADVERTS/creatives/728x90/survivor01_728x90_03.html' width='728' height='90' scrolling='no'></iframe>";


var link = links[rand1] ;

document.write(link);




