function specials()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<b><a href="http://www.sparklensprinkle.com/o/specials.php">Click here to view our specials!</a></b>'); } // click2viewSpecials
if (ranNum == 1){document.write('<b>Buy 10 <a href="http://www.sparklensprinkle.com/o/index.php?cPath=22">powders</a> and/or <a href="http://www.sparklensprinkle.com/o/index.php?cPath=23">glitters</a> and get the 11th one free!</b><br><br><font size="-2">* Please note that the shopping cart will not show this special when you checkout.  The special will be applied manually when your order is processed.</font>'); } // 10Powders
if (ranNum == 2){document.write('<b>Buy 10 <a href="http://www.sparklensprinkle.com/o/index.php?cPath=25_80">Galaxy markers</a> and get the 11th one free!</b><br><br><font size="-2">* Please note that the shopping cart will not show this special when you checkout.  The special will be applied manually when your order is processed.</font>'); } // 10markers
if (ranNum == 3){document.write('<b>Buy 5 <a href="http://www.sparklensprinkle.com/o/index.php?cPath=22_58">Fab 4\'s</a> and get the 6th one free!</b><br><br><font size="-2">* Please note that the shopping cart will not show this special when you checkout.  The special will be applied manually when your order is processed.</font>'); } // 5Fab4
if (ranNum == 4){document.write('<b>Buy 10 <a href="http://www.sparklensprinkle.com/o/advanced_search_result.php?keywords=versacolor">VersaColors</a> and get the 11th one free!</b><br><br><font size="-2">* Please note that the shopping cart will not show this special when you checkout.  The special will be applied manually when your order is processed.</font>'); } // 10versaclors
if (ranNum == 5){document.write('<b>Buy 4 rolls of <a href="http://www.sparklensprinkle.com/o/product_info.php?cPath=25_81&products_id=1531">Static Cling</a> and get the 5th one free!</b><br><br><font size="-2">* Please note that the shopping cart will not show this special when you checkout.  The special will be applied manually when your order is processed.</font>'); } // 4staticcling
if (ranNum == 6){document.write('<div align="center"><a href="http://www.sparklensprinkle.com/emaillist.html" id="flashlink0" flashtype=1 flashcolor="yellow">Subscribe to our Announcement Email List !</a></div>'); } // emaillist
}

