<!--

// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
function makeArray(n) {
this.length = n
return this
}
monthNames = new makeArray(12)
monthNames[1] = "January"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "September"
monthNames[10] = "October"
monthNames[11] = "November"
monthNames[12] = "December"
function dateString(oneDate) {
var theMonth = monthNames[oneDate.getMonth() + 1]
var theYear = oneDate.getFullYear()
return theMonth + " " + oneDate.getDate() + ", " + theYear
}
//-->

<!--hide from old browsers
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End hide -->

<!--
function addIEFavorite() {
   if (window.external) {
      external.AddFavorite(location.href, 'ShopDemon - Lightning Links to Online Shops')
      }
   else {
      alert("Sorry, your browser doesn't support this feature.\n" +
      "If you are using a Netscape browser, click Bookmarks\n" +
      "and then Add Bookmark to add this site to your favorites.");
      }
}
// -->

  a= new Array();
 a[0]=new Image;
 a[0].src="graphics/red.gif"; 
 a[1]=new Image; 
 a[1].src="graphics/tri.gif";

function roll(img,nb) {
   eval("img.src=a["+nb+"].src");
 }

 
 
   a1= new Array();
 a1[0]=new Image;
 a1[0].src="graphics/scarf1.jpg"; 
 a1[1]=new Image; 
 a1[1].src="graphics/scarf.jpg";

function rollde(img,nb) {
   eval("img.src=a1["+nb+"].src");
 }


   a2= new Array();
 a2[0]=new Image;
 a2[0].src="graphics/bra1.jpg"; 
 a2[1]=new Image; 
 a2[1].src="graphics/bra.jpg";

function rollli(img,nb) {
   eval("img.src=a2["+nb+"].src");
 }


   a3= new Array();
 a3[0]=new Image;
 a3[0].src="graphics/woman1.jpg"; 
 a3[1]=new Image; 
 a3[1].src="graphics/woman.jpg";

function rollwo(img,nb) {
   eval("img.src=a3["+nb+"].src");
 }


   a4= new Array();
 a4[0]=new Image;
 a4[0].src="graphics/shirts1.jpg"; 
 a4[1]=new Image; 
 a4[1].src="graphics/shirts.jpg";

function rollma(img,nb) {
   eval("img.src=a4["+nb+"].src");
 }

 
 
   a5= new Array();
 a5[0]=new Image;
 a5[0].src="graphics/sport1.jpg"; 
 a5[1]=new Image; 
 a5[1].src="graphics/sport.jpg";

function rollspi(img,nb) {
   eval("img.src=a5["+nb+"].src");
 }

 
    a6= new Array();
 a6[0]=new Image;
 a6[0].src="graphics/shoes1.jpg"; 
 a6[1]=new Image; 
 a6[1].src="graphics/shoes.jpg";

function rollshi(img,nb) {
   eval("img.src=a6["+nb+"].src");
 }
