function slide(b){var a;o=bdb[b].o;s=bdb[b].s;h=bdb[b].h;d=bdb[b].d;a=d*1000;updater(o,s,h);setTimeout(function(){$("#righter, #lefter").show();$("#righter").bind("click",function(){var c;if(o>=0&&o<bdb.length-1){c=o+1}else{c=0}slide(c)});$("#lefter").bind("click",function(){var c;if(o>0&&o<=bdb.length-1){c=o-1}else{c=bdb.length-1}slide(c)})},10)}function slide_r(b){var a;o=bdb[b].o;s=bdb[b].s;h=bdb[b].h;d=bdb[b].d;a=d*1000;updater(o,s,h);if(b<bdb.length-1&&b>=0){m=b+1}else{m=0}id=setTimeout(function(){slide_r(m)},a)}function updater(e,c,b){var a='<span id="lefter"></span><a href="'+b+'" id="bh'+e+'"><img id="ban" src="'+c+'" border="0" alt=""  /></a><span id="righter"></span>';$("div#banner").html(a);$("#ban").fadeIn("slow");}
function mouse_enter()
{x=$("#banner a").attr("id");x=parseInt(x.substr(2),10);$("#ban").css("opacity","0.18");$("#ban").animate({"opacity":0.79},1000, "linear", null);$("#righter, #lefter").fadeIn("slow");$("#righter").bind("click",function(){var a;if(x>=0&&x<bdb.length-1){a=x+1}else{a=bdb.length-1}slide(a)});$("#lefter").bind("click",function(){var a;if(x>0&&x<bdb.length-1){a=x-1}else{a=bdb.length-1}slide(a)});
clearTimeout(id);
if (window.vid != undefined)
	clearTimeout(vid)
}
function mouse_leave()
{
$("#righter, #lefter").fadeOut("slow");$("#ban").css("opacity","0.79");$("#ban").animate({"opacity":1},1000, "linear", null);x=$("#banner a").attr("id");x=parseInt(x.substr(2),10);
var vid=setTimeout(function(){slide_r(x)},1000)
};
