<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var showrsidebar	  = "yes"	





   if (showrsidebar == "yes") {
   
    var parm = location.search;
    parm = parm.substr(1);
    
    if(parm == "wipes")
    {
        document.write('<img src="picts/Wipes.JPG" border="0" class="borders" alt="image">');
        document.write('<br><br><span class="sidebarwidth">Keep your fitness equipment clean and sanitized with Wipex® natural and anti-bacterial wipes.</span>');
    }    
    
    
    if(parm == "bags")
    {
        document.write('<img src="picts/Wipes.JPG" border="0" class="borders" alt="image">');
    }    
    
   

}



//  End -->