document.writeln("<table width=760 height=60 border=0 align=\"center\" cellspacing=0><tr valign=middle><td><img src=\/ad\/top.jpg width=170 height=60><\/td><td width=468><iframe src=http:\/\/www.gjj.com.cn\/j\/468X60 width=468 height=60 scrolling=no frameborder=0>广告窗口<\/iframe><\/td><td width=120><iframe src=http:\/\/www.gjj.com.cn\/j\/120X60 width=120 height=60 scrolling=no frameborder=0>广告窗口<\/iframe><\/td><\/tr><\/table><table width=760 height=30 border=1 align=center cellspacing=0 bordercolorlight=#5C7BAD bordercolordark=#FFFFFF bgcolor=#ddddFF><tr align=center><td><a href=http:\/\/www.gjj.cc>首页<\/a><\/td><td><a href=http:\/\/gjj.cc\/url\/14870.htm><img src=http:\/\/s.gjj.cc\/i\/cl.gif alt=免费彩铃 border=0><\/a><\/td><td><a href=http:\/\/mv.gjj.cc><font color=red>宽带电影<\/font><\/a><\/td><td><a href=http:\/\/midi.gjj.cc>和弦铃声<\/a><\/td><td><a href=http:\/\/joke.gjj.cc><font color=red>幽默笑话<\/font><\/a><\/td><td><a href=http:\/\/pic.gjj.cc\/piclist\/162_2.htm>ＱＱ表情<\/a><\/td><td><a href=http:\/\/jt.cq6.cc><img src=http:\/\/s.gjj.cc\/i\/cqjt.gif alt=重庆交通查询 border=0><\/a><\/td><td><a href=http:\/\/sj.gjj.cc>手机大全<\/a><\/td><td><a href=http:\/\/game.gjj.cc>在线游戏<\/a><\/td><td><a href=http:\/\/mms.gjj.cc>特效铃声<\/a><\/td><td><a href=http:\/\/sms.gjj.cc>手机短信<\/a><\/td><td><a href=http:\/\/gjj.cc\/url\/10670.htm?gjjtop><img src=http:\/\/s.gjj.cc\/i\/dg.gif alt=免费点歌 border=0><\/a><\/td><\/tr><\/table><script src=http:\/\/s.gjj.cc\/ad\/topad.js><\/script>")


/*滚*/
var ct,tm; 
function ii(){tm=setInterval("sw()",30);} 
function sc(){clearInterval(tm);}
function sw(){ct=document.body.scrollTop;window.scroll(0,++ct);if (ct != document.body.scrollTop)sc();} 
document.onmousedown=sc
document.ondblclick=ii
/*字*/
var CurrentFontSize = 10
var CurrentLineHeight = 16
function SetFontSize(SizeFlag) {
	obj = document.getElementById("Content")
	if (SizeFlag == 'B') {
		CurrentFontSize = CurrentFontSize + 1
		CurrentLineHeight = parseInt(CurrentFontSize*1.6)
		obj.style.fontSize = CurrentFontSize + "pt"
		obj.style.lineHeight = CurrentLineHeight + "pt"
	} else {
		if (CurrentFontSize>0) {
			CurrentFontSize = CurrentFontSize - 1
			CurrentLineHeight = parseInt(CurrentFontSize*1.6)
		}
		obj.style.fontSize = CurrentFontSize + "pt"
		obj.style.lineHeight = CurrentLineHeight + "pt"
	}
}