/*---------------------------------------------------------------------------------------
/ Web2Wap Redirection Script
/
/ Initial Version: 16-June-2010
/ Last updated: 17-July-2010
/
/ This file is the property of PassCall Advanced Technologies Ltd. and may not be modified
/ in any way whatsoever without the prior written consent of PassCall.
/ PassCall takes no responsibility for the unauthorized modification of this file, which
/ is likely to damage the proper functionality.
/ Copyright 2000-2010 (c) PassCall Advanced Technologies Ltd. All Rights Reserved.
/---------------------------------------------------------------------------------------*/

var passcall_pcmdt = 
{
	init : function() 
	{
		try
		{
			if(document.cookie.indexOf('___pcmdt___=0') > -1) return;
			var redir = parseInt(Number(document.cookie.indexOf('___pcmdt___=1')>-1||/(^((HT|Pa|EZ|MO)(C|lm|OS|T-)|(Mo|So|Bl|Ph|Ic|SA|po|fr|UP|Er)(bil|nyE|ack|ili|op|MSU|rta|omp|Br|ics)(eExp|rics|Berr|ps|ie|NG|lmmm|assc|owse|so)|(S(EC|GH|IE)|[O-Q][a-d]L\d{2}[a-z]{2}\d+|LG)|(Se|ha|[m-p]{2}|SO)(ndo|ier|[h-k]{2}a|NIM)))|([l-p]{2}[x-z]([(h-m)]|a){4}\/((1\.22)|([45]\.0).*?(pal|H|win|we|sym|ProF)(msou|TC_|dows|b|bia|iLE.+m)(rce|HD\d|\sce|os|n\s*os|IDp)))|((q|O|U|SZ)(q|ww|p|O|i)(v|dv|e|ds|OO)(Q|W|R|OO|Z)(V|PP|YY|A).*?\s[k-p](in|OB)[h-j])/i.test(navigator.userAgent)));
			document.cookie='___pcmdt___='+redir+"; path=/;"
			if(redir) location.href = location.href.replace(location.host, 'nb.hcn.go.passcall.mobi');
		}
		catch(e){}
	}()
}


