function ba(url,blurb,width,height,scroll) 
{
   this.url = url
   this.blurb = blurb
   this.width = width
   this.height = height
   this.scroll = scroll
}

opdata = new Array(
new ba("http://www.mp3charts.com/emusic/promo50/promo50.htm","Choose from over 1 million MP3s at EMusic!","760","390","0"),
new ba("http://www.mp3charts.com/popmusicmatch.htm","MusicMatch JukeBox special offer","425","600","0"),
new ba("http://www.ronthebuilder.com/popron.htm","Ron The Builder - DIY Bankruptcy","480","430","0"),
new ba("http://www.oneworldbeat.org","OneWorldBeat 2006: One Beat for One World","800","600","1")
);

opscount = opdata.length

