function passvar(a){var b=document.URL;if(""!=location.search){for(var c=location.search.substr(1).split("&"),b="Append Request is: "+c+"     Full URL: "+b;-1!=b.indexOf("%20");)b=b.replace("%20"," ");!1!=a&&alert(b);for(i=0;i<c.length;i++){a=c[i].split("=");if("passvar"==a[0]||"&passvar"==a[0]){for(a[1]=a[1].substring(0,15);-1!=a[1].indexOf("%20");)a[1]=a[1].replace("%20"," ");alert("Thankyou "+a[1]+" your message has been sent")}if("msg"==a[0]||"&msg"==a[0]){for(;-1!=a[1].indexOf("%20");)a[1]=a[1].replace("%20",
" ");alert(a[1])}}}else"full"==a&&alert(b+" is the full url")};

