/*****************************************************************************************
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 

// 			Gene Fashions By Iz
SetupDate(2003,6,13,4,0,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2933336210",
"Gene Fashions By Iz",
"1Gene")

//			Mix And Match
SetupDate(2003,6,13,4,15,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2933336952",
"Mix And Match",
"MixAndMatch")

//			Silver Evening
SetupDate(2003,6,13,4,30,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2933337464",
"Silver Evening",
"SilverEvening")

// 			Red Coat
SetupDate(2003,5,27,04,0,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2930075037",
"Red Coat",
"RedCoat")

//			Day At The Races
SetupDate(2003,5,27,04,15,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2930075638",
"Day At The Races",
"DayAtTheRaces")

//			Late Day Suit
SetupDate(2003,5,27,04,30,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2930076007",
"Late Day Suit",
"LateDaySuit")

// 			1950s Day Dress
SetupDate(2003,5,16,04,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2927520237",
"1950s Day Dress",
"1950sDayDress")

//			Blue Silk Suit
SetupDate(2003,5,16,04,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2927520942",
"Blue Silk Suit",
"BlueSilkSuit")

//			Simply Black & White
SetupDate(2003,5,16,04,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2927521348",
"Simply Black & White",
"SimplyBlack&White")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

//*****************************************************************************************






