(function(){
/*
Funtion for calling script of region-popup
	*Region-popuping works, when a user comes from one in this list of URL. 
	 Please customize 'URLs' values listed below.
*/
	var URLs=["http://www.necel.com/","http://www.necel.com/applications/","http://www.necel.com/products/","http://www.necel.com/technology/","http://www.necel.com/support/","http://www.necel.com/purchase/","http://www.necel.com/news_and_events/","http://www.necel.com/about_us/","http://www.necel.com/sitemap/","http://www.necel.com/index.html","http://www.necel.com/applications/index.html","http://www.necel.com/products/index.html","http://www.necel.com/technology/index.html","http://www.necel.com/support/index.html","http://www.necel.com/purchase/index.html","http://www.necel.com/news_and_events/index.html","http://www.necel.com/about_us/index.html","http://www.necel.com/sitemap/index.html"];

	var ref=document.referrer;
	for(var i=0,L=URLs.length;i<L;i++){
		if(ref==URLs[i]){
			document.write("<style>body{visibility:hidden;}<\/style>");
			document.write('<script type="text/javascript" src="/common/scripts/highslide/hs_region.js"><\/script>');
			break;
		}
	}
})()
