$(document).ready(function() {
	Cufon.replace('h1');
	whichlightbox();
});
function whichlightbox()
{
	var whichtheme = 1;
	if(whichtheme == 1 || whichtheme == 3 )
	{
		jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox[sbigal]']").prettyPhoto({
										light_rounded: 'facebook' /* facebook / light_rounded / dark_rounded / light_square / dark_square */																		   });
	}
	else
	{
		jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox[sbigal]']").prettyPhoto({
										theme: 'dark_rounded' /* facebook / light_rounded / dark_rounded / light_square / dark_square */																		   });
	}
}

