document.write('
'); document.write(''); document.write('免費刊登'); document.write(''); document.write(''); document.write('版主大募集'); document.write(''); document.write(''); document.write('會員上傳game 1000次500元'); document.write(''); document.write(''); document.write('6000分- 1000元'); document.write(''); document.write('
'); function bottom1_start_top_run_image(){ var bottom1_marquee_banner=new Marquee("bottom1_top_run_image_div"); bottom1_marquee_banner.Direction =2; bottom1_marquee_banner.Step = 20; bottom1_marquee_banner.Width = 181; bottom1_marquee_banner.Height = 247; bottom1_marquee_banner.Timer = 50; bottom1_marquee_banner.DelayTime = 5000; bottom1_marquee_banner.WaitTime = 2000; bottom1_marquee_banner.ScrollStep = 181; bottom1_marquee_banner.Start(); } function markCount1(id){ doAjax("adverty_markOne.do?id="+id); //window.location.href("adverty_markone.do?id="+id); } function doAjax(myurl) { $.ajax({ type: "POST", url: myurl, timeout: 20000, error: function(){alert('計數失敗');}, success: function(data) { } }); } $(document).ready(function(){ bottom1_start_top_run_image(); } )