var ss1;
var ss2;
var ss3;
function overlayoptions(target){}
$(document).ready(function(){
$("#title").animate({top:"100px"},600,function(){$(this).effect("bounce",{times:5},200,function(){$("#slideshows").animate({opacity:1},1000);$("#title").css("text-decoration","underline");})});
ss1=new HScroll("ss1","slideshow1","div",true,1400,100);
ss2=new HScroll("ss2","slideshow2","div",true,1400,100);
ss3=new HScroll("ss3","slideshow3","div",true,1400,100);
ss1.startl();
ss2.startr();
ss3.startl();
});