/*
jQuery(window).load(function($) {
		if(jQuery.cookie('home_intro') == null)
		{	
			jQuery('<img />')
	    		.attr('src', 'http://annamagazine.ca/wp-content/plugins/anna_addon/images/its-here-overlay-final.png')
	    		.load(function(){
	        		jQuery.colorbox({open: true, transition: 'fade', html: jQuery(this)});
	   		 });
	   		 jQuery.cookie('home_intro','closed');	
		}
	}
);
*/

$(document).ready(function()
	{

		$('.home-page .postareahome').cycle({timeout: 5000});

	}
);

