function activateFacebook(relSnippet) {
	facebookIframe = '<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.pfefferbett.com'+relSnippet+'&amp;layout=standard&amp;show_faces=true&amp;width=157&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:157px; height:px"></iframe>';

	jQuery.noConflict()("#facebook-like-activation").html(facebookIframe);
}

(function() {
	var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
	po.src = 'https://apis.google.com/js/plusone.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();


 var $j = jQuery.noConflict();

 
 $j(document).ready(function($) {
	
	Cufon.replace('h1 a');
	Cufon.replace('h2', {hover: true});
	
	Cufon.replace('.START-LEFT-5 a', {hover: true});
	Cufon.replace('.START-CENTER-5 a', {hover: true});
	Cufon.replace('.START-RIGHT-5 a', {hover: true});

	
	$('#hostel-link').mouseenter(function() {
	  $(this).animate({
		right: '+=12'
	  }, 500, function() {
		// Animation complete.
	  });
	});
	
	$('#hostel-link').mouseleave(function() {
	  $(this).animate({
		right: '-=12'
	  }, 500, function() {
		// Animation complete.
	  });
	});
	
});






