if(document.getElementById('hiddesignation')!=null)
{
    if(window.location.href.lastIndexOf('jobcode=')>-1)
    {
        var _url = window.location.href.substr(window.location.href.lastIndexOf('jobcode=')+8);
        document.getElementById('hiddesignation').value = _url;
    }
}

if(document.getElementById('hidSendToFriendPageID')!=null)
{
    if(window.location.href.lastIndexOf('pageID=')>-1)
    {
        var _url = window.location.href.substr(window.location.href.lastIndexOf('pageID=')+7);
        document.getElementById('hidSendToFriendPageID').value = _url;
        document.getElementById('Message').value = 'Visit this Site: \n' + 'url: ' + document.getElementById('hidSiteUrl').value;
    }
}

/*if(document.getElementById('hidLang')!=null)
{
    if(window.location.href.toLower().indexOf('page267.asp') > -1)
        document.getElementById('hidLang').value = 'en';
    else if(window.location.href.toLower().indexOf('page276.asp') > -1)
        document.getElementById('hidLang').value = 'ar';
}*/