/*#####################################
# functions funcs
# since:	10.27.2009
# modified: 10.28.2009
# edited:   akato@vitalify
#####################################*/

//window.event for cross browser
function windowEventX() {
	if(window.attachEvent && document.getElementById) return;//not for ie
	for (var property in Event.prototype){
		if(property.match(/MOUSE|CLICK/)){
			window.addEventListener(property.toLowerCase(), function(e){window.event = e;}, true);
		}
	}
}

swfobject.embedSWF("./common/swf/lipton_sweets.swf", "sweetsSwf", "1130", "600", "9.0.0.0", "./common/swf/expressInstall.swf","[PARAMS(prototype)]");



