﻿// JScript 文件

function lk(obj)
{

obj.setAttribute("href",obj.getAttribute("link"));


}

function Init()
{

document.getElementById("HeadBanner").innerHTML = "<div align='center'><iframe  width=760 frameborder=0 border=0  scrolling=no height=80 src=http://www.baimin.com/show/760x60.htm></iframe></div>"
}

window.onload=Init;

