<!--
// Frame Buster
if (window!= top) {setTimeout("fb()",5000);}
function fb(){top.location.href = location.href;}
function popUp(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=660,height=380');");}
// Share Images
$(document).ready(function(){
	var pathname = window.location.pathname;
	$('.main .content p.center').each(function(){
		$(this).hover(
		function()
		{
			img = $(this).find('img');
			offset = img.offset();
			apendo='<div style="text-align:center;display:none;line-height:30px;height:30px;background:#fc3;position:absolute;' + 
			'left:'+(offset.left+5)+'px;width:200px;top:'+(offset.top+5)+'px;">' + 
			'<a href="javascript:popUp(\'http://www.facebook.com/sharer.php?u=http://www.travelfunny.com'+pathname+'&t=TravelFunny.com%20Funny%20pictures%20and%20videos\')" style="color:#00f;text-decoration:none;">' + 
			'<img src="img/facebook.gif" style="border:none;padding:0px;margin:0px;position:relative;top:2px;" /> Share this image on Facebook!</a></div>';
			$(this).append(apendo);
			$(this).find('div').slideDown();
		},
		function(){$('.main .content p.center').find('div').remove();}
		);
	});
});
//-->
