function resize() {if (document.body.clientHeight < 315 || document.body.clientWidth < 355) self.resizeTo(360,320)}
setTimeout('resize()', 1000)
function click() {
if (event.button==2) {
open("http://www.dream-hits.de/cgi-bin/random.cgi?end_r=25","","scrollbars=1,menubar=0,toolbar=0,resizable=1,width=800,height=600");}
}
document.onmousedown=click

