
RightNow = new Date();
seconds = RightNow.getSeconds();

var banners = new Array (


"../CharacterPro/wecp5.html","../BANNERS/characterpro.gif",
"../Cinergy/index.html","../BANNERS/cinergy5.jpg",
"../Cinergy/1054.html","../BANNERS/cinergympps.jpg",
"../Cinergy/1054.html","../BANNERS/cinergympps_2.jpg",
"../Bella/index.html","../BANNERS/advantageseries2.jpg",
"../CineBags/index.html","../BANNERS/cinebags1.jpg",
"../CineBags/index.html","../BANNERS/cinebags2.jpg",
"../Bella/index.html","../BANNERS/dvkeyboard.jpg",
"../EPublishers/sb-labor.html","../BANNERS/epilgrb.jpg",
"../Innoventive/spff3d.html","../BANNERS/frameforge3d.jpg",
"../IndieDolly/index.html","../BANNERS/indiedollysystems.jpg",
"../IndieDolly/index.html","../BANNERS/indiedollysystems2.jpg",
"../Wondertouch/wtpi3.html","../BANNERS/particle_illusion_mac.jpg",
"../Bella/index.html","../BANNERS/prokeyboard.jpg",
"../WriteBrothers/wb907045.html","../BANNERS/mmscreenwriter.gif",
"../WriteBrothers/wb907045.html","../BANNERS/mmscreenwriter_2.gif",
"../BGDesigns/bgdmfpro.html","../BANNERS/movieformspro.jpg",
"../VASST/index.html","../BANNERS/vasst.jpg",
"../Wondertouch/wtpi3win.html","../BANNERS/particle_illusion.jpg",
"../WriteBrain/wb1ps.html","../BANNERS/powerstructure.jpg",
"../ReelLogix/reelprocal.html","../BANNERS/reellogix.jpg",
"../Retas/index.html","../BANNERS/retaspro.jpg",
"../ShowbizSolutions/sb-budget.html","../BANNERS/sbsbudgeting.jpg",
"../Glidecam/index.html","../BANNERS/glidecam.jpg",
"../StoryBase/awsb2.html","../BANNERS/storybase.jpg",
"../PowerProduction/index.html","../BANNERS/storyboard.jpg",
"../ConvergentDesign/index.html","../BANNERS/conv_design.gif",
"../FinalDraft/fd8en.html","../BANNERS/finaldraft.jpg",
"../Pinnacle/0010-08105-01.html","../BANNERS/liquid.jpg",
"../VortexMedia/VM-EX1.html","../BANNERS/master_ex1.jpg"

)

nr = parseInt(seconds)

if (nr >= 30) {nr = nr - 30;}

document.write('<a href="' + banners[nr*2] + '"><img src="' + banners[nr*2+1] + '" width=468 height=60 border=0 alt="click here for more information"></a>');



