 <!--	 // Hide from old browsers
                    
		 // VER 2.0 FIRST ARGUMENT : "FLASH" OR "IMAGE"
                        // SECONG ARGUMENT: PATH OF THE FILE
                        // THIRD ARGUMENT : DURATION IN SECONDS -- for the last file ABOVE LINE..
                        // FOURTH ARGUMENT : HEIGHT
                        // FIFTH ARGUMENT : WIDTH
                        // SISTH ARGUMENT: HYPERLINK
			// 1st line does not count but we need it duplicate of 2nd line
			// Note FLASH or IMAGE
//
//
// This file works from the banners folder!

  
banner1 = new Banner('banner1');

banner1.add("FLASH", "http://www.homecinemacentral.com.au/banners/TW4000.swf", 		5, 50, 360,"http://www.hot.com.au/search?filter0=epson+tw+hd");
banner1.add("FLASH", "http://www.homecinemacentral.com.au/banners/TW4000.swf", 		30, 50, 360,"http://www.hot.com.au/search?filter0=epson+tw+hd");
banner1.add("FLASH", "http://www.homecinemacentral.com.au/banners/Z2000.swf", 		21, 60, 480,"http://www.hot.com.au/search?filter0=sanyo+hd+projector");
banner1.add("FLASH", "http://www.homecinemacentral.com.au/banners/Z2000.swf", 		31, 60, 480,"http://www.hot.com.au/search?filter0=sanyo+hd+projector");
banner1.add("FLASH", "http://www.homecinemacentral.com.au/banners/Z2000.swf", 		30, 50, 360,"http://www.hot.com.au/search?filter0=sanyo+hd+projector");
banner1.add("IMAGE", "http://www.homecinemacentral.com.au/banners/banner4.jpg", 	21, 60, 480,"http://www.homecinemacentral.com.au/cgi-bin/shopcart.cgi?Dynamic+PROJECTION%20SCREENS+Longhorn");

	document.write(banner1);
                    banner1.start();
-->
