var j = jQuery.noConflict();

j(document).ready(function(){
var $adr=location.host;

var code = '<div id="fblikeboxright" style="z-index: 1; background-image: url(\'\'); float: right; height: 390px; position: fixed; right: -207px; top: 168px; width: 235px;"><p style="float: right; margin-left: 35px; margin-top: 20px; position: absolute;"></p></div>';
var code2 = '<div id="linktoservice_alafb" style="z-index: 1; background-image: url(\'http://'+$adr+'/wp-content/plugins/likebox/linktoservice.png\'); float: right; height: 390px; position: fixed; right: -207px; top: 290px; width: 235px;"><p style="float: right; margin-left: 35px; margin-top: 20px; position: absolute;"><iframe src="http://'+$adr+'/wp-content/plugins/likebox/frame.htm" scrolling="no" frameborder="0" style="background:#FFF; border:none; overflow:hidden; width:190px; height:350px;" allowTransparency="true"></iframe></p></div>';


j("body").append(code);
j("body").append(code2);


j("#linktoservice_alafb").hover(
   function(){j(this).stop(true,false).animate({right: 0}, 500);},
   function(){j("#linktoservice_alafb").stop(true,false).animate({right: -207}, 500);});



   j("#fblikeboxright").hover(
   function(){j(this).stop(true,false).animate({right: 0}, 500);},
   function(){j("#fblikeboxright").stop(true,false).animate({right: -207}, 500);});		
});

