$(function()
{

	
	$("a[rel^='prettyPhoto']").prettyPhoto();


	/*
	if($.cookie("modal_grandnational") != 'true')
    {
		$('#openpopup').trigger('click');

		$('a.pp_close').click(function(e)
		{
			//alert('hello');
			
			e.preventDefault();

			$.cookie("modal_grandnational", "true", { path: '/', expires: 7 });

			//$.prettyPhoto.close();

			return false;
		});
    }
	*/
	

	//$.prettyPhoto.open('images/fullscreen/image.jpg','Title','Description');

});
