$(document).ready(function(){
						   
	var sharebarUrl = window.location;
	var sharebarTitle = document.title;

	$("body").append('<div id="shareBar"><a id="shareBarLeftLogo" href="http://www.findusfast.com"></a><span id="shareBarLabel">Share:</span><div id="shareBarLeftsideSocial"><a href="http://www.facebook.com/sharer.php?u=' + sharebarUrl + '&t=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/facebook.png" /></a><a href="http://twitthis.com/twit?url=' + sharebarUrl + '"><img src="http://www.sharebars.com/download/images/twitter.png" /></a><a href="http://del.icio.us/post?url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/delicious.png" /></a><a href="http://digg.com/submit?phase=2&url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/digg.png" /></a><a href="http://www.stumbleupon.com/submit?url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/stumble.png" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/linkedin.png" /></a><a href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&u=' + sharebarUrl + '&t=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/myspace.png" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/google.png" /></a><a href="http://buzz.yahoo.com/submit/?submitUrl=' + sharebarUrl + '&submitHeadline=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/buzz.png" /></a><a class="newsvine" href="http://www.newsvine.com/_tools/seed&save?u=' + sharebarUrl + '&h=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/newsvine.png" /></a><a href="http://www.reddit.com/submit?url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/reddit.png" /></a><a href="http://technorati.com/faves?add=' + sharebarUrl + '"><img src="http://www.sharebars.com/download/images/technorati.png" /></a><a href="http://scriptandstyle.com/submit?url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/script-and-style.png" /></a><a href="http://secure.diigo.com/post?url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/diigo.png" /></a><a href="http://www.mixx.com/submit?page_url=' + sharebarUrl + '"><img src="http://www.sharebars.com/download/images/mixx.png" /></a><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=' + sharebarUrl + '&Title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/blinklist.png" /></a><a href="http://www.designfloat.com/submit.php?url=' + sharebarUrl + '&title=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/designfloat.png" /></a><a href="http://www.mister-wong.com/addurl/?bm_url=' + sharebarUrl + '&bm_description=' + sharebarTitle + '"><img src="http://www.sharebars.com/download/images/misterwong.png" /></a><a href="http://tipd.com/submit.php?url=' + sharebarUrl + '"><img src="http://www.sharebars.com/download/images/tipd.png" /></a></div><a id="shareBarRightLogo" href="http://www.sharebars.com"></a></div>');

	$("#shareBarLeftsideSocial img").mouseenter(function(e) {
		$(this).animate({ height: '30', width: '30', top: '-7px'}, 100);
	}).mouseleave(function(e) {
        $(this).animate({ height: '24', width: '24', top: '+10px'}, 100);
	});
	
	$('body').css('margin-bottom','45px');

});
