// Flash call query
function z8url_js(destURL)    {  
	if(destURL=="register") {
		window.location.href = "http://www.z8games.com/loging/globeregister.aspx";
	} else if(destURL=="aboutz8") {
		window.location.href = "http://www.z8games.com/index.aspx";
	} else if(destURL=="xfire") {
 		window.open("http://xfire.com/communities/crossfireonline");
	} else if(destURL=="twitter") {
 		window.open("http://twitter.com/crossfireonline");
	} else if(destURL=="facebook") {
		window.open("http://www.facebook.com/crossfireonline");
	} else if(destURL=="youtube") {
		window.open("http://www.youtube.com/crossfire");
	} else if(destURL=="myspace") {
		window.open("http://www.myspace.com/crossfiregame");
	} else if(destURL=="aboutz8") {
		window.location.href = "http://support.z8games.com";
	} else if(destURL=="tournament") {
		window.location.href = "http://tournament.z8games.com/z8tt_register.aspx";
	} else if(destURL=="currentz8tt") {
		window.location.href = "http://tournament.z8games.com/z8tt_news.aspx";
	}
}