// JavaScript Document

//var mess = new Array('<img src="/images/logo_papercraftingpro.gif" alt="PaperCraftingPro.com" border="0" /><br /><p class="small">PaperCraftingPro.com is an online wholesale business serving the scrapbook and craft industry. <a href="/about/brands.html">Read More</a></p>','<img src="/images/logo_cricutmachine.gif" alt="CricutMachine.com" border="0" /><br /><p class="small">CricutMachine.com is the place for the best deals on Cricut machines, cartridges, accessories, paper, and more. <a href="/about/brands.html">Read More</a></p>','<img src="/images/logo_diecutcentral.gif" alt="DieCutCentral.com" border="0" /><br /><p class="small">DieCutCentral.com is an online retail site for all the latest scrapbook and craft machines, accessories, paper, and supplies. <a href="/about/brands.html">Read More</a></p>','<img src="/images/logo_cgull.gif" alt="CGull" border="0" /><br /><p class="small">CGull designs, manufacturers, and distributes a line of unique products that are specically designed to optimize and enhance our customers’ experience and success with the Cricut and other cutting machines. <a href="/about/brands.html">Read More</a></p>');

var mess = new Array('<img src="/images/logo_diecutcentral.gif" alt="DieCutCentral.com" border="0" /><br /><p class="small">DieCutCentral.com is an online retail site for all the latest scrapbook and craft machines, accessories, paper, and supplies. <a href="/about/brands.html">Read More</a></p>','<img src="/images/logo_cgull.gif" alt="CGull" border="0" /><br /><p class="small">CGull designs, manufacturers, and distributes a line of unique products that are specically designed to optimize and enhance our customers’ experience and success with the Cricut and other cutting machines. <a href="/about/brands.html">Read More</a></p>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);                    
