var g_strPPAddress = "";

function PPLoad()
{
	window.document.body.text= "#FFFFFF";
	window.document.alinkColor= "#FFFFFF";
	window.document.linkColor= "#FFFFFF";
	window.document.vlinkColor = "#FFFFFF"; 
	if ( g_strPPAddress.length )
		window.location = g_strPPAddress;
}

