/* Fernbrook Nivo Slider + colorBox cookie popup, version 1.5 */

jQuery.noConflict();
jQuery(document).ready(function(){
	if((window.location.pathname == '/') || (window.location.pathname == '/epages/plumstore.sf/en_AU/')){
		if (document.cookie.indexOf('fbpopup=true') == -1) { document.cookie = "fbpopup=true;";
			jQuery.colorbox({
				href:'/WebRoot/ecshared01/Shops/plumstore/MediaGallery/css/form.html',
				iframe:true,
				transition:'none',
				innerWidth:'700',
				innerHeight:'415',
				scrolling:false
			});			
		}
		jQuery('#slider').nivoSlider({
			effect:'fade',
			animSpeed:500,
			pauseTime:5000
		});
	}
});

