// write the banner ad to the page (requires googleAds.js to be in the head)

var txt;
txt = "<script type='text/javascript'>";
txt = txt + 'GA_googleFillSlot("MB_ROS-Leaderboard");';
txt = txt + '</script>';
document.write(txt);