﻿var thisURL = document.URL; 
 var	tmpUPage = thisURL.split("/"); 
thisUPage = tmpUPage[ tmpUPage.length-1 ].replace('&','&amp;'); 

