var exception_found = 0;
var location_href = location.href;

_page.link["contact"]="http://www.lighting.philips.com/feedback/?command=select";
_page.link["support"]="http://www.lighting.philips.com/gl_en/support/index.php?main=global";
_page.link["contact_support"]="http://www.philips.com/contactsupport";

for(var i=0;i<supportLinks.length;i++) {
	x = location_href.indexOf(supportLinks[i][0]);
	if(x!=-1){
		_page.link["support"] = supportLinks[i][1];
		exception_found = 1;
	}	
}

for(var i=0;i<contactLinks.length;i++) {
	x = location_href.indexOf(contactLinks[i][0]);
	if(x!=-1){
		_page.link["contact"] = contactLinks[i][1];
		exception_found = 1;
	}	
}


if (exception_found!=1){
	var strPrePath='http://www.lighting.philips.com';
	if(location_href.indexOf('iw-mount')>0)strPrePath='/iw-mount/default/main/WORKAREA/common';
	document.write('<script type="text/javascript" src="'+strPrePath+'/assets_global/scripts/contact_support/' + _page.locale + '.js"></script>');
}



