//<!-- Begin
///*************************************************************************
//    This code is from Dynamic Web Coding at dyn-web.com
//    Copyright 2001-5 by Sharon Paine 
//    See Terms of Use at www.dyn-web.com/bus/terms.html
//    regarding conditions under which you may use this code.
//    This notice must be retained in the code as is!
//*************************************************************************/

//function initRotator() {
//  // arguments: image name, rotation speed (milliseconds), 
//  // path to images (optional), name of target window (optional, string)
//  var rotator1 = new dw_Rotator('img1', 3500, "./images/");
//  // add the images to rotate into that image object
//  rotator1.addImages("bb_newplates.jpg", "banner_barware2.jpg", "banner_tabletop2.jpg", "banner_proprietary2.jpg","banner_giftware2.jpg","banner_estate2.jpg","banner_designer2.jpg");
//  // add the corresponding actions to take onclick of those images 
//  // destination url or function pointer
//  rotator1.addActions("./default.aspx", "./default.aspx", "./default.aspx","./default.aspx","./default.aspx","./default.aspx","./default.aspx");
//  //rotator1.rotate(); // sometimes may want to call rotate here
//  
//  dw_Rotator.start();
//}

//// End -->

// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array(), CLK_TRG= new Array()
// KW_ss[45000]
//KW_ARI[KW_ARI.length]='./images/upload/spring banner final.jpg';
KW_ARI[KW_ARI.length]='./images/upload/biggest2010 web_bannera2.jpg';
//KW_ARI[KW_ARI.length]='./images/HolidayHomePageBanner.jpg';
//KW_ARI[KW_ARI.length]='./images/banner_tabletop_chic.jpg';
//KW_ARI[KW_ARI.length]='./images/banner_jewelry_sophisticated.jpg';
//KW_ARI[KW_ARI.length]='./images/banner_china_classic.jpg';
//KW_ARI[KW_ARI.length]='./images/banner_jewelry_graceful.jpg';
//KW_ARI[KW_ARI.length]='./images/banner_china_spring_2.jpg';
//KW_ARI[KW_ARI.length]='./images/banner_bridal_jewelry.jpg';
//// Add click paths

CLK_TRG[CLK_TRG.length]='#';
//CLK_TRG[CLK_TRG.length]='http://www.gearys.com/gearyssf/c-31-tabletop-and-entertaining.aspx';
//CLK_TRG[CLK_TRG.length]='http://www.gearys.com/gearyssf/c-229-holiday-entertaining.aspx';
//CLK_TRG[CLK_TRG.length]='./c-31-tabletop-and-entertaining.aspx';
//CLK_TRG[CLK_TRG.length]='./c-11-private-label.aspx';
//CLK_TRG[CLK_TRG.length]='./c-31-tabletop-and-entertaining.aspx';
//CLK_TRG[CLK_TRG.length]='./c-11-private-label.aspx';
//CLK_TRG[CLK_TRG.length]='./c-31-tabletop-and-entertaining.aspx';
//CLK_TRG[CLK_TRG.length]='./c-11-private-label.aspx';

//KW_ARI[KW_ARI.length]='./images/BACCARATBanner.jpg';
//KW_ARI[KW_ARI.length]= './images/barshop v2.jpg';
//KW_ARI[KW_ARI.length]='./images/ritmo.jpg';
//KW_ARI[KW_ARI.length]='./images/contemporary table.jpg';
// Add click paths
//CLK_TRG[CLK_TRG.length]='./c-208-baccarat.aspx';
//CLK_TRG[CLK_TRG.length]='./c-32-gearys-g-bar.aspx';
//CLK_TRG[CLK_TRG.length]='./c-194-ritmo-mundo.aspx';
//CLK_TRG[CLK_TRG.length]='./c-144-table-accessories.aspx';

j=parseInt(Math.random()*KW_ARI.length);
j=(isNaN(j))?0:j;
document.write("<a href='" + CLK_TRG[j] + "' id='ssTarget'><img name='seqSlideShow' src='"+KW_ARI[j]+"'></a>");
function seqSlideShow(t,l) { // Sequential Slideshow by Kaosweaver
x=document.seqSlideShow; j=l; 
y=document.getElementById("ssTarget");
y.href=CLK_TRG[j];
x.src=KW_ARI[j]; 
j++; if (j==KW_ARI.length) j=0;
setTimeout("seqSlideShow("+t+","+j+")",t);
}
