function click(ctrycode)

{


	var str=window.top.location;
    newurl = new String(str)
	
	    
    //If you want to revert the EAPP change set revertold = 1
    var revertold=0;
    amp='&';
    

    
   if(revertold == 0)
   {
   

	  
	 
		//************* blue************
	   
     		if (newurl.match("lpdww001")||newurl.match("lpdww002")||newurl.match("lpdww003"))
    		{
	      		var openurl='http://lpdww001.dev.ipc.us.aexp.com/preferencestech?country='+ctrycode;
    		}
    		else if(newurl.match("qwww"))
    		{
	      		var openurl='http://qwww.americanexpress.com/preferencestech?country='+ctrycode;
                          
 			}
    		else if (newurl.match("www"))
    		{
	      		var openurl='http://www.americanexpress.com/preferencestech?country='+ctrycode;
    		}
    		else 
    		{
				 var openurl='http://www.americanexpress.com/preferencestech?country='+ctrycode;
    		}
       

    
       window.location.href=openurl;
   }
   

}