function find(prodname,tgtcheck)
{
	    var amp='&';
        var urllocation = window.location;
        var newurl = new String(urllocation);
        var stno = newurl.indexOf("?");
		var qstring="";
		if(stno!=-1){
        var qstring=amp+newurl.substring(stno+1);
		}
	  if (qstring == null)
      {
      qstring="";
      amp="";
      }
      // Online services
      if (prodname=="onlinesvcs")
                                    {
                                    if (newurl.match("lpdww"))
                                    {
                                    var openurl='https://dwww201.dev.ipc.us.aexp.com/msgcenter/authreg/de_AT/viewMessageList.do' ;
                                    }
                                    else if(newurl.match("qwww"))
                                    {
                                    var openurl='https://qwww201.americanexpress.com/msgcenter/authreg/de_AT/viewMessageList.do' ;
                                    }
                                    else if (newurl.match("www"))
                                    {
                                    var openurl='https://www201.americanexpress.com/msgcenter/authreg/de_AT/viewMessageList.do' ;
                                    }
                                    else 
                                    {
                                         var openurl='https://www201.americanexpress.com/msgcenter/authreg/de_AT/viewMessageList.do' ;
                                    }
                }

         //hier link
                                    if (prodname=="hier")
                                    {
                                    if (newurl.match("lpdww"))
                                    {
                                    var openurl='https://dwww201.dev.ipc.us.aexp.com/msgcenter/un/de_AT/ShowProspectMessage.do' ;
                                    }
                                    else if(newurl.match("qwww"))
                                    {
									 var openurl='https://qwww201.americanexpress.com/msgcenter/un/de_AT/ShowProspectMessage.do' ;
                                    }
                                    else if (newurl.match("www"))
                                    {
                                    var openurl='https://www201.americanexpress.com/msgcenter/un/de_AT/ShowProspectMessage.do' ;
                                    }
                                    else
                                    {
                                    var openurl='https://www201.americanexpress.com/msgcenter/un/de_AT/ShowProspectMessage.do' ;
                                    }
                        }
                                    if (tgtcheck=="true")
                                    {
									   window.open(openurl);
									   
                                    }
                                    else
                                    {
         window.location.href=openurl;
      }
}

