function ShowPlayer(){
    var urllink="/swf/WW_Cookie_HomepageOverlay.swf";
    var hdiv = document.getElementById("popup");
    hdiv.style.display = 'block';
    ShowFlash(urllink);
}
function ClosePlayer(){
    var hdiv = document.getElementById("popup");
    hdiv.style.display='';
}

 function ShowFlash(urllink){    
	        var fo = new SWFObject(urllink, "_Rich_Media", 970, 780, "8");
	        fo.addParam("quality", "high");
   	        fo.addParam("wmode", "transparent");
			fo.addParam("menu", "false");
			fo.addParam("allowScriptAccess", "always");
			fo.addVariable("clickThroughURL", "http://www.whitewings.com.au/_webapp_810807/NEW_Homestyle_Biscuits");	
	        fo.write("flashcontent");
 } 

function checkCookie()
			{
				var WWCookie = $.cookie("WWCookie");
				if (!WWCookie)
				{
							
					$.cookie("WWCookie","TRUE");
                                        // commented by bondan, 26 may, 2011
					//ShowPlayer(); 
					return false;
				}
			}
	
			$(document).ready(function() {
				checkCookie();
			});

			$(function(){
				$('.whatsNewImage').click(function() {
						//ShowPlayer(); 
						//edited by bondan 26 may, 2011
                                                window.location = "http://whitewings.com.au/_catalog_58359/Flour"

                                               return false;				   
					});		
			});
