// JavaScript Document


<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************



function banners() {
};

banners = new banners();
number = 0;




// bannerArray
banners[number++] = "<h3>Aerospace & defence</h3><p>Manufacturers, assemblers and distributors of aircraft and aircraft parts   primarily used in commercial or private transport.</p>"
// bannerArray
banners[number++] = "<h3>Agriculture & Agri-processing</h3><p>Agriculture contributes 3.1% to the gross domestic product of Limpopo but is far   more important than what that figure implies.</p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=1&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Arts, Craft & Culture</h3><p>It is said that Polokwane has more public sculptures than any comparably sizedcity in South Africa. </p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=133&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Banking</h3><p>Limpopo’s urban areas are well served by a wide range of well-equipped banks and companies in the financial-services sector.</p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=3&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Business Support Services</h3><p>Business-support services are specialist business services that do not form part   of the core business of the contracting company. </p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=5&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Construction &amp; Materials</h3><p>Limpopo has experienced good growth in recent years with a high of 4.6% in 2006,levelling off to approximately 4% in 2008. </p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=9&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Development Finance</h3><p>Limpopo is well served by institutions and agencies dedicated to supporting   smaller enterprises.</p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=42&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Education</h3><p>Limpopo FET colleges will benefit from an injection of United States Agency for   International Development (USAID) money over the next three years.</p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=10&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Energy</h3><p>The need for the development of biofuels as an alternative to fossil-burning   fuels is becoming obvious, even in a province like Limpopo where coal reserves   are plentiful.</p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=123&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Events and Conferences</h3><p>Limpopo’s conference industry was firmly in the spotlight when the African   National Congress held its historic 52nd National Congress in the city of   Polokwane in December 2007.</p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=132&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"
// bannerArray
banners[number++] = "<h3>Food &amp; Beverages</h3><p>Limpopo’s proximity to the greatest concentration of wealth on the continent –   Johannesburg and surrounds – presents tremendous opportunties for companies with   the expertise to convert raw agricultural produce into food and beverage   products.</p><p><a href=http://www.limpopobusiness.co.za/pls/cms/ti_secout.secout_prov?p_sid=13&p_site_id=129>Click here for more News &amp; Companies in this Sector</a></p>"




// keep adding items here...


increment = Math.floor(Math.random() * number);

document.write(banners[increment]);

//-->

