$(document).ready(function(){

	$("div#sketchbookGrid a").fancybox();
 	
 	// check if flash is installed, if so enable swf DIVS
 	if (playerVersion.major != "0") {
 		$("div#welcomeSWF").show();
 		$("div#welcomeSWF-inner").show();
 	}
	
});
