thisTLoc = top.location.href;
//thisPLoc = parent.document.location;
//thisTHost = top.location.hostname;
//thisHost = location.hostname;
//thisURL = document.URL;  
//thisHREF = document.location.href;  
//thisSLoc = self.location.href;  
//thisDLoc = document.location;  
Hpage = thisTLoc.split( "#" );
HPage = Hpage[0].split( "/" );  
/*
for (i=0;i<HPage.length;i++)
{
	alert(HPage[i]);
}
*/
HPage = HPage[ HPage.length-1 ];  //截取最外怪页面地址(名称)
HPage = HPage.toLowerCase() //转换所有地址为小定字母进行判断
//alert(HPage);
if(HPage=="index.aspx" || HPage=="")
{
	document.write('<style type=text/css media=all>@import "css/Index.css";</style>');
}
else if(HPage=="xianfeng.aspx")
{
	document.write('<style type=text/css media=all>@import "css/Index.css";</style>');
}
else if(HPage=="zbjc.aspx") 
{
	document.write('<style type=text/css media=all>@import "css/Index.css";</style>');
}
/*else if(HPage=="fc61.asp") 
{
	document.write('<style type=text/css media=all>@import "css/Index.css";</style>');
}*/
else
{
	document.write('<style type=text/css media=all>@import "css/Index.css";</style>');
}