
var banner=new Array()

banner[0]='<strong>Replacement Transformer Series<br />UNI-SERVE</strong><br /><img src=images/feaimg01.jpg width=184 height=128 /><a href=index.php?link=neontransformers&amp;page=uni_serve><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

banner[1]='<strong>Neon Transformers<br />CONVENTIONAL 30mA</strong><br /><img src=images/products/30mAConventional_thumb.jpg width=226 height=156 /><a href=index.php?link=neontransformers&page=30mAConventional><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

banner[2]='<strong>Neon Transformers<br />ENCLOSED 30mA</strong><br /><img src=images/products/30mAEnclosed_thumb.jpg width=226 height=156 /><a href=index.php?link=neontransformers&page=30mAEnclosed><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

banner[3]='<strong>Neon Transformers<br />CONVENTIONAL 60mA</strong><br /><img src=images/products/60mAConventional_thumb.jpg width=226 height=156 /><a href=index.php?link=neontransformers&page=60mAConventional><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

banner[4]='<strong>Neon Transformers<br />ENCLOSED 60mA</strong><br /><img src=images/products/60mAEnclosed_thumb.jpg width=226 height=156 /><a href=index.php?link=neontransformers&page=60mAEnclosed><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

banner[5]='<strong>Neon Transformers<br />HOUSING/ Mini-HOUSING 30mA and 60mA </strong><br /><img src=images/products/Housing30mA_thumb.jpg width=211 height=138 /><a href=index.php?link=neontransformers&page=Housing30mA><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

banner[6]='<strong>Neon Transformers<br />HANGER</strong><br /><img src=images/products/hanger_thumb.jpg width=218 height=157 /><a href=index.php?link=neontransformers&page=hanger><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

banner[7]='<strong>Neon Power Supplies<br />CAVALIER</strong><br /><img src=images/cavalier.jpg width=184 height=200 /><a href=index.php?link=neonpowersupplies&page=cavalier><br /><br /><img src=images/specsheet.jpg width=95 height=14 border=0 /></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])


