function rand_number(n)
{
var x;
x=Math.round(Math.random()*100);
x%=n;
return x;
}
function home_ads()
{
var ad = new Array();

ad[0]='<p style="margin: 0 0 0 -10px;"><a href="http://www.m2news.com.au"><img src="images/pics/m2newsbox.jpg" alt="m2news" width="140" height="120" border="0" /></a></p><h1>m2news&trade;</h1><p>Our online newsletter management and direct marketing software.<br />  <br />Our <strong>e-newsletter system</strong> is a comprehensive direct marketing tool that compliments your web site and allows you <strong>to easily market your company and new products</strong> to your exisiting clients.</p><p>M2news is a full featured system that allows full tracking suitable for the most demanding direct marketing needs, including tracking for forwards sent by a recipients normal forwarding method; by using their email program\'s Forward button!</p><p><a href="http://www.m2news.com.au">Learn more...</a></p>';

ad[1]='<p style="margin: 0 0 0 -10px;"><a href="products.php#one"><img src="images/pics/m2cmsbox.jpg" alt="m2 cms" width="140" height="120" border="0" /></a></p><h1>m2 cms</h1><p>Or CMS for short. M2 CMS&trade; system enables you to edit your website through a web-based  system, using an online point &amp; click WYSIWYG Editor that looks just like Microsoft Word. <br /><br />Just open the page you want to change, edit the page as you would in Word, save it &#8212; and you have updated that page! </p><p> Try this user-friendly system for yourself on our <a href="http://www.m2cms.com.au">m2 CMS Demo</a> page.</p><p>Of course custom CMS systems are available to suit any type of site, from one page brochure style sites to database driven sites. Whatever your needs, we can advise the best solution.</p><p><a href="products.php#one">Learn more...</a></p>';

ad[2]='<p style="margin: 0 0 0 -10px;"><a href="products.php#three"><img src="images/pics/m2shopbox.jpg" alt="m2 shop" width="140" height="120" border="0"  /></a></p><h1>m2 shop</h1><p>Media Two can provide a perfectly integrated shopping cart function for your existing or new website. Start selling online, with your own secure ordering and shopping cart solution. Custom solutions also available.</p><p>Check out a customised system in action at <a href="http://www.ciaobellatravel.com.au" target="_blank">ciaobellatravel.com.au</a> or <a href="http://www.lanafordswimwear.com" target="_blank">lanafordswimwear.com</a> or <a href="http://www.frockshop.com.au" target="_blank">frockshop.com.au</a><br />(see more in our <a href="portfolio.php">portfolio</a>)</p><p>E-commerce sites come with full featured admin areas allowing you to control stock, set site settings, specials, view and process curent orders, and much more - whatever you request!</p><p><a href="products.php#three">Learn more...</a></p>';

ad[3]='<p style="margin: 0 0 0 -10px;"><a href="http://www.m2news.com.au"><img src="images/pics/m2newsbox.jpg" alt="m2news" width="140" height="120" border="0" /></a></p><h1>m2news&trade;</h1><p>Our online newsletter management and direct marketing software.<br />  <br />Our <strong>e-newsletter system</strong> is a comprehensive direct marketing tool that compliments your web site and allows you <strong>to easily market your company and new products</strong> to your exisiting clients.</p><p>We have 2 versions to choose from, one light version that runs from your site and attracts a one off setup and deployment fee, and a full featured version that allows full tracking suitable for the most demanding direct marketing needs.</p><p><a href="http://www.m2news.com.au">Learn more...</a></p>';

ad[4]='<p style="margin: 0 0 0 -10px;"><a href="freesites.php"><img src="images/pics/m2freesitesbox.jpg" alt="free web sites" width="140" height="120" border="0" /></a></p><h1>Freesites&trade; </h1><p>FREE web sites. - <strong>Freesites</strong>&trade; </p><p>How can you get a free web site? well, it works like this:</p><ul class="listsml" style="margin: 0; padding: 2px 0 2px 25px;"><li>Your site will be edited by you from an easy content management area. </li><li>You can choose from several different styles / appearances and be able to change the \'template\' on the fly any time you like with one click of a button.</li><li>You can have unlimited pages.</li><li>Easily upload and insert images from your computer.</li><li>24/7 complete control on the content.</li><li><strong>A completely FREE website. </strong></li></ul><p>Best of all, it will run under a <strong>domain name of your choice.</strong></p><p><a href="http://www.freesites.com.au">Learn more...</a></p>';
    

var n=rand_number(5); 
document.write(ad[n]);
}