// ***********************************************
// 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 banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=28' target='_self'><img src='http://newbodynutrition.com/images/feat_prod1.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=40' target='_self'><img src='http://newbodynutrition.com/images/feat_prod2.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=35' target='_self'><img src='http://newbodynutrition.com/images/feat_prod3.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=30' target='_self'><img src='http://newbodynutrition.com/images/feat_prod4.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=52' target='_self'><img src='http://newbodynutrition.com/images/feat_prod5.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=45' target='_self'><img src='http://newbodynutrition.com/images/feat_prod6.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=33' target='_self'><img src='http://newbodynutrition.com/images/feat_prod7.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=38' target='_self'><img src='http://newbodynutrition.com/images/feat_prod8.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=53' target='_self'><img src='http://newbodynutrition.com/images/feat_prod9.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=49' target='_self'><img src='http://newbodynutrition.com/images/feat_prod10.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=37' target='_self'><img src='http://newbodynutrition.com/images/feat_prod11.jpg' border='0'></a>"
banner[number++] = "<a href='http://newbodynutrition.com/oscommerce/product_info.php?products_id=29' target='_self'><img src='http://newbodynutrition.com/images/feat_prod12.jpg' border='0'></a>"

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);
