// Sound Effect
// Only Internet Explorer copes with this properly so weed out the rest.
//
var browser = navigator.appName;
if (browser.indexOf("Microsoft") >=0)
{
	location.replace("indexie.htm");
}

