/*****************************************************************************************
Call procedures here to setup each array item, make sure that each item has a
numeric id starting from 0 through to max number of fields.
******************************************************************************************/

// EachCountdown Counter to be defined here, as (id,yyyy,mm,dd,hh,mm,ss) Local Time
// all parameters must be supplied 
// note the id should be sequential for each countdown from 0 
// you can add as many dates as you like, it will automatically cater for them 
// though, the time delay on udates will increase for each additional one 

var EbayLink = new Array 

// 			Foxy Lady 
SetupDate(2002,11,30,7,0,0,
"",// "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1940830862",
"Foxy Lady",
"FoxyLady") // ../FoxyLady/FoxyLady1e.jpg

// 			Satin Lace Bride 
SetupDate(2002,11,30,7,15,0, 
"",//"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1940834255",
"Satin Lace Bride",
"SatinLaceBride") // ../SatinLaceBride/SatinLaceBride1e.jpg

// 			Winter Woolies
SetupDate(2002,1,1,1,1,1,
"",
"Winter Woollies",
"WinterWoollies")

// 			Little Black Number
SetupDate(2002,1,1,1,1,1,
"",
"Little Black Number",
"LittleBlackNumber")

// 			Autumn Day
SetupDate(2002,1,1,1,1,1,
"",
"Autumn Day",
"AutumnDay")

// 			Green n Gold
SetupDate(2002,1,1,1,1,1,
"",
"Green n Gold",
"Green n Gold")

// 			Black Fuchsia Classic
SetupDate(2002,1,1,1,1,1,
"",
"Black Fuchsia Classic",
"Black%20Fuchsia%20Classic")

//			Classic Bride
SetupDate(2002,1,1,1,1,1,
"",
"Classic Bride",
"../Collection/ClassicBride")

// 			Camelot
SetupDate(2002,1,1,1,1,1,
"",
"Camelot",
"Camelot")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

//*****************************************************************************************





