
//}/if (document.referrer.indexOf("http://tw.search.yahoo.com/search")!=-1){
	$(document).ready(function() {
		// do something here
		$("#divCol").css({"height":"2000px","overflow":"hidden"})
		$("#divHead").after('<div id="divFrame"><a href=""http://www.u91.org.tw"" style="line-height:20px;">新聞<img src="http://www.u91.org.tw/THEMES/hackym/STYLE/default/images/adclose.gif" style="margin-top:3px" /></a><iframe border=0 src="http://www.u95.tw" width="100%" height="2550" scrolling=no frameBorder="0"></iframe></div>');

		$("#divFrame a:first").click(function() {
			$("#divFrame").remove();
			return false;
		});
	});
//}