
function  sURL(str){
URL = str
URLIMG=(URL.replace("://", "-"));
document.write('<div style="position:fixed;bottom:0px;right:0px"><div style="position:relative; z-index:99999999999999"><a href="javascript:popUp(\''+ URL +'\')"><img border="0" src="http://www.lightfeedback.com/img/BtnOptions/'+URLIMG+'.png" title="Light Feedback" alt="Light Feedback" /></a>');
document.write('</div></div>')
	}

function popUp(str) {
URL = str
day = new Date();
window.open("http://www.lightfeedback.com/feedback.php?url="+URL+"&page="+document.URL+"&",null,"height=520,width=520,status=no,toolbar=no,menubar=no,location=no");

}
