/* http://www.webhive.com.ua */
/* author Eugene Sutula */
/* 20.01.2006 */

var zero_time=new Date();var redir_url=dest_url;var grand_openingID=null;var grand_openingRunning=false;function stopclock(){if(grand_openingRunning){clearTimeout(grand_openingID)}grand_openingRunning=false}function showtime(){var b=base_url+"images/grand_opening/";var f=new Date();var a=new Date();a.setTime(dest_time.getTime()-f.getTime());var d=a.getTime();if(a.getTime()<=1){location.href=redir_url;exit(0)}var e=Date.parse(a)/1000;var i=Math.floor((e/3600)/24);var g=Math.floor(e/3600-i*24);var c=Math.floor((e-i*24*3600-g*3600)/60);var h=e-i*24*3600-g*3600-c*60;d=Math.floor(h/10);document.seconds_1.src=b+"0"+d+".gif";document.seconds_2.src=b+"0"+(h-d*10)+".gif";d=Math.floor(c/10);document.minutes_1.src=b+"0"+d+".gif";document.minutes_2.src=b+"0"+(c-d*10)+".gif";d=Math.floor(g/10);document.hours_1.src=b+"0"+d+".gif";document.hours_2.src=b+"0"+(g-d*10)+".gif";d=Math.floor(i/100);tmp1=Math.floor((i-d*100)/10);document.days_1.src=b+"0"+d+".gif";document.days_2.src=b+"0"+tmp1+".gif";document.days_3.src=b+"0"+(i-d*100-tmp1*10)+".gif";grand_openingID=setTimeout("showtime()",1000);grand_openingRunning=true}function startclock(){stopclock();showtime()};
		
