var loc = 'http://www.thepainfactory.com/announcements.htm'; // The Best MMA Forum and Sponsor Locator
var h = '600'; //Window width and height 
var w = '730'; 
function newWindow() { 
 var day = new Date(); 
 var id= day.getTime(); 
 var params = 'width='+w+',height='+h+',resizable'; 
 var win=open(loc,id,params); 
 return false; 
} 
document.write('<a href="'+loc+'" onClick="return newWindow();"><IMG SRC="http://www.thepainfactory.com/images/announcements_light.gif" border=0 <\/a>'); 