<SCRIPT type="text/javascript"> function setcountdown(theyear,themonth,theday,thehour,themin,thesec){ yr=theyear;mo=themonth;da=theday;hr=thehour;min=themin;sec=thesec } /* For copyright only Count Down - Script Visit http://rainbow.arch.scriptmania.com/scripts/ for this script and many more */ //////////CONFIGURE THE COUNTDOWN SCRIPT HERE////////////////// //STEP 1: Configure the countdown-to date, in the format year, month, day, hour(0=midnight,23=11pm), minutes, seconds: setcountdown(2008,5,8,22,00,00) //STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively var occasion="MISS SV ONLINE" var message_on_occasion="KẾT THÚC VÒNG SƠ KHẢO CUỘC THI MISS SV ONLINE 2008" //STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countdown area var countdownwidth='480px' var countdownheight='20px' var countdownbgcolor='#FFF9AI' var opentags='<font face="Verdana" size="4">' var closetags='</font>' //////////DO NOT EDIT PAST THIS LINE////////////////// var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") var crosscount='' function start_countdown(){ if (document.layers) document.countdownnsmain.visibility="show" else if (document.all||document.getElementById) crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie countdown() } if (document.all||document.getElementById) document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>') window.onload=start_countdown function countdown(){ var today=new Date() var todayy=today.getYear() if (todayy < 1000) todayy+=1900 var todaym=today.getMonth() var todayd=today.getDate() var todayh=today.getHours() var todaymin=today.getMinutes() var todaysec=today.getSeconds() var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec futurestring=montharray[mo-1]+" "+da+", "+yr+" "+hr+":"+min+":"+sec dd=Date.parse(futurestring)-Date.parse(todaystring) dday=Math.floor(dd/(60*60*1000*24)*1) dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1) dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1) dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1) //if on day of occasion if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){ if (document.layers){ document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags) document.countdownnsmain.document.countdownnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML=opentags+message_on_occasion+closetags return } //if passed day of occasion else if (dday<=-1){ if (document.layers){ document.countdownnsmain.document.countdownnssub.document.write(opentags+"Occasion already passed! "+closetags) document.countdownnsmain.document.countdownnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML=opentags+"Occasion already passed! "+closetags return } //else, if not yet else{ if (document.layers){ document.countdownnsmain.document.countdownnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags) document.countdownnsmain.document.countdownnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML= opentags+dday+ " NGÀY, "+dhour+" GIỜ, "+dmin+" PHÚT, và "+dsec+" GIÂY NỮA LÀ KẾT THÚC SƠ KHẢO "+occasion+closetags } setTimeout("countdown()",1000) } </script>


Đăng Ký Với DIỄN ĐÀN SINH VIÊN ĐÀ NẴNG

NGÀY THÁNG NĂM SINH
Chú ý: Nếu bạn khai báo sai
- Nick bạn sẽ bị lỗi..
- Có thể bị cấm đăng bài
Tháng:
Ngày:
Năm:


<div id="divAdRight" style="display: block; position: absolute; top: 62px; right: 0px;"> <table border="0" cellpadding="0" cellspacing="0" width="110"><tbody><tr><td align="right"><a href="http://www.vsic.com.vn" target="_blank"><img src="vsic.png" border="0" width="90"></a></td></tr> <tr><td align="center"><a href="ymsgr:sendIM?pbk_care" title="Click vào đây để liên hệ qua Yahoo chat"><b><font color="#FFFFFF">HỖ TRỢ</b></font><BR>&nbsp;<img src="http://opi.yahoo.com/online?u=pbk_care&m=g&t=1" border="0" height="16" width="64"></a></td></tr> </tbody></table> </div> <div id="divAdLeft" style="display: block; position: absolute; top: 62px; left: 62px;"> <table border="0" cellpadding="0" cellspacing="0" width="100"><tbody><tr><td align="center"><a href="showthread.php?t=8258" target="_blank"></a></td></tr> </tbody></table> </div> <script language="JavaScript"> window.onresize=ShowAdDiv; function FloatTopDiv() { var ns = (navigator.appName.indexOf("Netscape") != -1); if(!ns) { startLX = ((document.body.clientWidth -1230)/2) + 110 , startLY = 62; //startRX = ((document.body.clientWidth -770)/2) + 770 +2 , startRY = 62; startRX = ((document.body.clientWidth)/2) + 390 , startRY = 62; } else { startLX = ((document.body.clientWidth -1230)/2) + 95 , startLY = 62; startRX = ((document.body.clientWidth -770)/2) + 763 , startRY = 62; } var d = document; function ml(id) { var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; el.sP=function(x,y){this.style.left=x;this.style.top=y;}; el.x = startRX; el.y = startRY; return el; } function m2(id) { var e2=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; e2.sP=function(x,y){this.style.left=x;this.style.top=y;}; e2.x = startLX; e2.y = startLY; return e2; } window.stayTopLeft=function() { if (document.documentElement && document.documentElement.scrollTop) var pY = document.documentElement.scrollTop; else if (document.body) var pY = document.body.scrollTop; if (document.body.scrollTop > 30){startLY = 3;startRY = 3;} else {startLY = 62;startRY = 62;}; ftlObj.y += (pY+startRY-ftlObj.y)/16; ftlObj.sP(ftlObj.x, ftlObj.y); ftlObj2.y += (pY+startLY-ftlObj2.y)/16; ftlObj2.sP(ftlObj2.x, ftlObj2.y); setTimeout("stayTopLeft()", 1); } ftlObj = ml("divAdRight"); //stayTopLeft(); ftlObj2 = m2("divAdLeft"); stayTopLeft(); } function ShowAdDiv() { var objAdDivRight = document.getElementById("divAdRight"); var objAdDivLeft = document.getElementById("divAdLeft"); if (document.body.clientWidth < 980) { objAdDivRight.style.display = "none"; objAdDivLeft.style.display = "none"; } else { objAdDivRight.style.display = "block"; objAdDivLeft.style.display = "block"; FloatTopDiv(); } } ShowAdDiv(); </script>


Múi giờ GMT. Hiện tại là 09:04 PM.
Designed Themes by THIENBINH .Độ phân giải 1024x768
Mã nguồn VBB & GDV Team. Copyright ©2007, Jelsoft Enterprises Ltd