﻿// JScript 文件

function lk(obj)
{

//obj.setAttribute("href",obj.getAttribute("link"));


}


function OnBodyBegin()
{

}


function OnBodyEnd()
{
var aTag = document.getElementsByTagName("A");
for(i=0;i<aTag.length;i++)
{
if(aTag[i].getAttribute("link")!=null)
{
	var obj=aTag[i];
	if(i%2!=0)
	{
	obj.style.cssText="color:#C60A00";
	}

obj.setAttribute("href",obj.getAttribute("link"));

}
}

document.getElementById("MainMid").innerHTML="<div align='center'><iframe  width=950 frameborder=0 border=0  scrolling=no height=90 src=/show/960x90.htm></iframe></div>";
document.getElementById("MainBottom").innerHTML="<div align='center'><iframe  width=950 frameborder=0 border=0  scrolling=no height=90 src=/show/960x902.htm></iframe></div>";
//document.getElementById("MainBottom").innerHTML='<iframe  width=760 frameborder=0 border=0  scrolling=no height=100 src=http://www.baimin.com/show/760x602.htm></iframe>';

 document.getElementById("HeadBanner").innerHTML = "<div align='center'><iframe  width=760 frameborder=0 border=0  scrolling=no height=65 src=http://www.baimin.com/show/760x60.htm></iframe></div>"

}

function AddFav(url,title){ 
     if ((typeof window.sidebar == 'object') && (typeof window.sidebar.addPanel == 'function'))//Gecko 
     { 
         window.sidebar.addPanel(title,url,title); 
     }
     else//IE 
     { 
         window.external.AddFavorite(url,title); 
     } 
}


