window.defaultStatus = 'Welcome to PredictMyFuture.Com -- We hope you enjoy your stay.';
var first_time_msg = "Attention First Time Clients\r\n\r\n";
first_time_msg += "To receive your ONE-TIME FREE 3-Minute psychic reading, \r\n";
first_time_msg += "you perform the following method:\r\n\r\n";
first_time_msg += "	1. Write down promotional code: MY3F0\r\n";
first_time_msg += "	2. Search our site for the available psychic advisor you want to call and Click on \r\n";
first_time_msg += "		the phone icon next to their name.\r\n";
first_time_msg += "	3. Then, click on \"Click Here for Basic Signup\" and Signup, making sure you enter \r\n";
first_time_msg += "		the promotional code when you do.\r\n\r\n";
first_time_msg += "\r\n\r\n";
first_time_msg += "Thank you for joining us.";

function openpopup(popurl, w, h)
{
	if(!w) w = 600;
	if(!h) h = 500;
	var winpops=window.open(popurl,"","width="+w+",height="+h+",scrollbars");
}

function FP_preloadImgs()
{
	var d=document,a=arguments; 

	if(!d.FP_imgs)
	{
		d.FP_imgs=new Array();
	}
	d.FP_imgs[i]=new Image; 
	d.FP_imgs[i].src=a[i];
}

function showAdv(y, x)
{
	var styles = "top=" + y + ", left=" + x - 300 + "screenY=" + y + ", screenX=" + x - 300 + ",height=350, clientHeight=350, width=200, clientWidth=200, scroll=0, menubar=0, toolbar=0, status=0, location=0, DIALOG";
	var win_search = window.open("forms/search_options.htm", "win_search", styles);
}