// --------------------
// SWF object
// --------------------

// Milk bottles
var flashvarsFeature = {
};
var paramsFeature = {
    play: 'true',
	loop: 'true',
	scale: 'showall',
	wmode: 'transparent',
	bgcolor: '#6699cc',
	menu: 'true',
	allowFullScreen: 'false',
	allowScriptAccess: 'sameDomain'
};
var attributesFeature = {
    id: '/x/swf/hp-feature',
    name: '/x/swf/hp-feature'
};

swfobject.embedSWF(
    "/x/swf/hp-feature.swf",
    "flash-hp-feature",
    "640",
    "400",
    "7.0.0",
    "/x/swf/expressInstall.swf",
    flashvarsFeature,
    paramsFeature,
    attributesFeature
);