/* SET PACKAGE ZONE */
if(typeof adFactory == "object"){
	adFactory.setZone("stylewatch/bodywatch");
}

//	function to assign hover affects to imgcont and txtcont DIVs
		function runTheseFunctions() {
			tii_attachHoverAffect("div","tout","hoverState")
			tii_attachHoverAffect("li","","hoverState","videoList")
		}
	//	load script once full page is loaded
		tii_callFunctionOnWindowLoad(runTheseFunctions);