site1 = new Image();site1.src = "/images/bg-tile.jpg";
site2 = new Image();site2.src = "/images/content-t.png";
site3 = new Image();site3.src = "/images/content-bg.png";
site4 = new Image();site4.src = "/images/content-b.png";
site5 = new Image();site5.src = "/images/dots.gif";

function addComment(postID) {
	var commentWin = window.open("/comments_add.cfm?postID=" + postID, "commentWin", "width=650,height=450,scrollbars=yes,resizable=yes");
	commentWin.focus();
}
function postFacebook(u,t) {
	var shareWin = window.open("http://www.facebook.com/sharer.php?u=" + u + "&t=" + t, "shareWin", "width=650,height=450,toolbar=0,status=0");
	shareWin.focus();
}
function postTwitter(u,t) {
	var shareWin = window.open("http://twitter.com/share?url=" + u + "&title=" + t, "shareWin", "width=650,height=450,toolbar=0,status=0");
	shareWin.focus();
}

$(function() {
	$("a.openvideo").fancybox({
		'type': 'iframe',
		'padding' : 6,
		'width' : 800,
		'height' : 450,
		'autoScale' : false,
		'overlayOpacity' : '0.7',
		'overlayColor' : '#000',
		'centerOnScroll' : 'true'
	});
	$("a[rel=photobooth]").fancybox({
		'padding' : 6,
		'overlayOpacity' : '0.7',
		'overlayColor' : '#000',
		'centerOnScroll' : 'true'
		/*,
		'titlePosition' : 'inside',
		'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
			return 'Image ' +  (currentIndex + 1) + ' of ' + currentArray.length;
		}
		*/
	});
});

