
function get_url_remote(strUrl)
{
if ( strUrl.indexOf("http")==-1 )  {
strUrl = ""+strUrl;
}
//document.write("OK");
return strUrl;
}


