var pic="image/76080.jpg";
var alt="·þÎñ£¡";
var url="#";
var light=0;
 
var ns = (document.layers) ? 1 : 0;
var ie = (document.all) ? 1 : 0;
 
if (ie){
	document.write("<a HREF='"+url+"' target='_blank'>");
if (light==1){
	document.write("<img SRC='" + pic + "' width=92 height=99 ID='oImg' border='0' alt='" + alt + "' style='position:absolute;left:200px;top:200px;filter:alpha(opacity=50);></a>");
}
else if (light==0){
	document.write("<img SRC='" + pic + "' width=780 height=80 border='0' alt='" + alt + "'></a>");
}
document.write("</div>");
}


