<!--
//This is the area in which you need to update your text and image groups for the random display function.  note that single primes are used to delimit these strings. If you need to put one in the string, escape it with \

textBlock=new Array();
textBlock[0]='';
textBlock[1]='';

imageTag=new Array();
imageTag[0]='<a href="/mm5/merchant.mvc?Screen=CTGY&Store_Code=TCWC&Category_Code=MPCMG"><img src="/images/header_mpcmg.jpg" width="444" height="109" border="0" alt="Magic Palette Color Matching Guide"></a>';
imageTag[1]='<a href="/mm5/merchant.mvc?Screen=CTGY&Store_Code=TCWC&Category_Code=MPCMG"><img src="/images/Top-Ads-MP.jpg" width="444" height="109" border="0" alt="Magic Palette Color Mixing Guide"></a>';

whichOne=Math.floor(Math.random()*Math.min(textBlock.length,imageTag.length));

//-->
