$(document).ready(function(){
	if($.trim($('#divMsg').html()) != '')
		$('#divMsg').slideDown();

	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_square'});
});
