/*
var screen_width	= screen.width;
var screen_height	= screen.height;

if(screen_width==1600)
{
	document.writeln("<style type=\"text\/css\">");
	document.writeln("@import url(\"templates/gc/formIE.css\");"); 
	document.writeln("@import url(\"/css/menu-hi.css\");"); 
	document.writeln("@import url(\"/css/gc-hi.css\");");
	document.writeln("</style>");
	var res	= "1600x1200";
} else if(screen_width==1280)
{
	document.writeln("<style type=\"text\/css\">");
	document.writeln("@import url(\"templates/gc/formIE.css\");"); 
	document.writeln("@import url(\"/css/menu-med.css\");"); 
	document.writeln("@import url(\"/css/gc-med.css\");");
	document.writeln("</style>");
	var res	= "1280x1024";
} else if(screen_width==800)
{
	document.writeln("<style type=\"text\/css\">");
	document.writeln("@import url(\"templates/gc/formIE.css\");"); 
	document.writeln("@import url(\"/css/menu-small.css\");"); 
	document.writeln("@import url(\"/css/gc-small.css\");");
	document.writeln("</style>");
	var res	= "800x600";
} else {
	document.writeln("<style type=\"text\/css\">");
	document.writeln("@import url(\"templates/gc/formIE.css\");"); 
	document.writeln("@import url(\"/css/menu.css\");"); 
	document.writeln("@import url(\"templates/gc/gc.css\");"); 
	document.writeln("</style>");
	var res	= "1024x768";
}
*/
function redirect(WHERE)
{
if(WHERE=="online")
 	window.location.replace("http://gospelcity.com/citytalk/viewonline.php");
else if(WHERE=="radio")
	window.location.replace("http://www.gospelcity.com/radio/");
}

/*
if (navigator.userAgent.indexOf("GospelCity Toolbar") != -1)
{
	alert(res);
}
*/
