function ShowRecommend(url){
var rndURL = (1000*Math.random());
var url = "oner.asp?url=" + url;
h=350;
w=350;
newWindow = window.open(url,'search','width='+w+',height='+h+',top='+(screen.height-h)/2+',left='+(screen.width-w)/2+',location=0,directories=0,status=no,menuBar=no,scrollBars=no,resizable=no');
newWindow.focus();
}

