var top = 0;
var height = 0;
var JQ = jQuery.noConflict();
JQ(document).ready(function(){
    height =  JQ("#brtup").height();	
	top =44 - height;
	JQ("#brtup").css({top:top});
	JQ("#rssico").hover(function(){JQ("#rsstxt").animate({opacity:"show"},"slow");},function(){JQ("#rsstxt").animate({opacity:"hide"},"slow");});
	JQ("#commenttab").click(function(){JQ("#recom").slideToggle("slow");});
	JQ("#blogrolltab").toggle(function(){JQ("#brtup").animate({top:0},1000,"backin");},function(){JQ("#brtup").animate({top:top},900,"backout");});
	JQ("#hb1").hover(function(){JQ("#hb1 > img").animate({opacity:"show",width:111},"slow");},function(){JQ("#hb1 > img").animate({opacity:"hide"},"fast",function(){JQ("#hb1 > img").css({width:0});});});
	JQ("#hb2").hover(function(){JQ("#hb2 > img").animate({opacity:"show",width:111},"slow");},function(){JQ("#hb2 > img").animate({opacity:"hide"},"fast",function(){JQ("#hb2 > img").css({width:0});});});
	//$("#hb3").hover(function(){$("#hb3 > img").animate({opacity:"show",width:111},"slow");},function(){$("#hb3 > img").animate({opacity:"hide"},"fast",function(){$("#hb3 > img").css({width:0});});});
	JQ("#srssico").hover(function(){JQ("#srsstxt").animate({opacity:"show"},"slow");},function(){JQ("#srsstxt").animate({opacity:"hide"},"slow");});
	JQ("#homeico").hover(function(){JQ("#hometxt").animate({opacity:"show"},"slow");},function(){JQ("#hometxt").animate({opacity:"hide"},"slow");});
	JQ("#searchtab").toggle(function(){JQ("#ssearch").animate({top:40},"slow","backin");},function(){JQ("#ssearch").animate({top:100},"slow","backout");JQ("#s").attr("value"," ");});
});
