// JavaScript Document

var stsh = parent.opener.stsh
if (!stsh) stsh = opener.parent.opener.stsh
var myloc = window.location.href
var lastslash = myloc.lastIndexOf("/")

if (myloc.indexOf("Logic/") == -1) 
{	document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='Logic/" + stsh + "'>")
}	else
{	
	if (myloc.substring(lastslash-5,lastslash) == "Logic")
	{	document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='" + stsh + "'>")
	}	else
	{	document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='../" + stsh + "'>")
		
	}
}


			
	