function techniques()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('Learn how to make a <a href="http://www.sparklensprinkle.com/peekaboopouch.shtml">Peek-A-Boo Pouch</a> in our <a href="http://www.sparklensprinkle.com/tipsandtechniques.shtml">Tips and Techniques</a> section.'); } // peekaboopouch
if (ranNum == 1){document.write('<b>Batik Embossing</b><p>Learn how to do <a href="http://www.sparklensprinkle.com/batikembossing.shtml">Batik Embossing</a> in our <a href="http://www.sparklensprinkle.com/tipsandtechniques.shtml">Tips and Techniques</a> section.'); } // batikembossing
if (ranNum == 2){document.write('<b>Polymer Canes</b><p>Learn how to use <a href="http://www.sparklensprinkle.com/canes.shtml">Polymer Cane Embellishments</a> in our <a href="http://www.sparklensprinkle.com/tipsandtechniques.shtml">Tips and Techniques</a> section.'); } // pc
if (ranNum == 3){document.write('<b>The Acetate Smooch</b><p>Learn how to do <a href="http://www.sparklensprinkle.com/acetatesmooch.shtml">the Acetate Smooch </a> in our <a href="http://www.sparklensprinkle.com/tipsandtechniques.shtml">Tips and Techniques</a> section.'); } // acetateSmooch
}

