/**
 *Filename:      ue_time_scroll
 *Version:       1.0.0(2009-03-02)
 *Author:        S.S.L
**/
function ue_time_scroll(k,m,a,f){var o=this;var d=0;var l=false;var j;var e="right";var g=0;var b=null;function h(p){return document.getElementById(p)}function c(){clearInterval(b);b=setInterval(function(){o.toRight();o.stopToRight()},f)}this.toLeft=function(){if(l){return}clearInterval(b);l=true;e="left";j=setInterval(o.ISL_ScrUp_1,k)};this.stopToLeft=function(){if(e=="right"){return}clearInterval(j);if((h("timescroll").scrollLeft-d)%a!=0){g=d-(h("timescroll").scrollLeft%a);i()}else{l=false}c()};this.ISL_ScrUp_1=function(){if(h("timescroll").scrollLeft<=0){h("timescroll").scrollLeft=h("timescroll").scrollLeft+h("timescrllpage1").offsetWidth}h("timescroll").scrollLeft-=m};this.toRight=function(){clearInterval(j);if(l){return}clearInterval(b);l=true;e="right";o.ISL_ScrDown_1();j=setInterval(o.ISL_ScrDown_1,k)};this.stopToRight=function(){if(e=="left"){return}clearInterval(j);if(h("timescroll").scrollLeft%a-(d>=0?d:d+1)!=0){g=a-h("timescroll").scrollLeft%a+d;i()}else{l=false}c()};this.ISL_ScrDown_1=function(){if(h("timescroll").scrollLeft>=h("timescrllpage1").scrollWidth){h("timescroll").scrollLeft=h("timescroll").scrollLeft-h("timescrllpage1").scrollWidth}h("timescroll").scrollLeft+=m};function i(){if(g==0){l=false;return}var p,r=k,q=m;if(Math.abs(g)<a/2){q=Math.round(Math.abs(g/m));if(q<1){q=1}}if(g<0){if(g<-q){g+=q;p=q}else{p=-g;g=0}h("timescroll").scrollLeft-=p;setTimeout(i,r)}else{if(g>q){g-=q;p=q}else{p=g;g=0}h("timescroll").scrollLeft+=p;setTimeout(i,r)}}function n(){h("timescrllpage2").innerHTML=h("timescrllpage1").innerHTML;h("timescroll").scrollLeft=d>=0?d:h("timescrllpage1").scrollWidth-Math.abs(d);h("timescroll").onmouseover=function(){clearInterval(b)};h("timescroll").onmouseout=function(){c()};c()}n()};

/**
 *Filename:      gift center (tpl)
 *Version:       1.0.0(2009-12-22)
 *Author:        Bobby
**/
function bbgGiftCenter(){var cs = "<div class=\"hot_gift\"><div class=\"hot_gift_tit\"><h3>Gift Center</h3><div><a href=\"javascript:void(0)\" class=\"to_l\" onmouseup=\"x_scroll.stopToLeft()\" onmousedown=\"x_scroll.toLeft()\" onmouseout=\"x_scroll.stopToLeft()\" onclick=\"return false\"></a><a href=\"javascript:void(0)\" class=\"to_r\" onmouseup=\"x_scroll.stopToRight()\" onmousedown=\"x_scroll.toRight()\" onmouseout=\"x_scroll.stopToRight()\" onclick=\"return false\"></a></div><br class=\"clear\" /></div><div class=\"bd\"><div class=\"col1_2\" id=\"timescroll\"><div class=\"col1_2_1\"><div id=\"timescrllpage1\" class=\"left\"><ul class=\"hot_gift_list4\">" + document.getElementById("ue_hotgiftlist_con").innerHTML + "</ul></div><div id=\"timescrllpage2\" class=\"left\"></div><div class=\"clear\"></div></div></div><a class=\"btn_goto_gift\" href=\"http://contest.bbgsite.com/gift/\" title=\"More prizes at Gift Center!\">More prizes at Gift Center!</a></div></div>"; return cs;}


