/****
* Banner Ad Rotater v3.02
* Anarchos > anarchos3@hotmail.com
* http://anarchos.xs.mw/bannerad.phtml
**/

// time between rotations (seconds), width and height of banners, alt text, starting banner, and random (0 means it iterates through banners, 1 means it randomly picks the next banner)
myAd = new Banner( 25, 468, 60, "Visit our sponsor", 0, 1 );

// path to image, url, target window, and mouseover message
myAd.Ad("images/banners/rhythmforce.gif", "http://www.rhythmforce.com","_blank", "Rythym Force Productions" );
//myAd.Ad("images/banners/barragers.gif", "http://www.barragerscleaners.com/specials.htm","", "Barragers Cleaners" );
myAd.Ad("images/banners/spastikfly.gif", "http://www.spastikfly.com","_blank", "spastikfly.com" );\
myAd.output();
