$(document).ready(function(){lastCategory(FCPGrandParentCat,FCPParentCat,FCPCat)});function lastCategory(d,c,a){$.cookie("lastCategory",null);$.cookie("grandParentCategory",null);$.cookie("parentCategory",null);var b=new Date();b.setTime(b.getTime()+(10*60*1000));$.cookie("lastCategory",a,{expires:b,path:"/"});$.cookie("parentCategory",c,{expires:b,path:"/"});$.cookie("grandParentCategory",d,{expires:b,path:"/"})};