/*****************************************************************************************
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 

// 			Tea At The Ritz
SetupDate(2003,3,21,4,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2917448302",
"Tea At The Ritz",
"TeaAtTheRitz")

// 			Pink Brocade Silk
SetupDate(2003,3,21,04,00,00,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2916855965",
"Pink Brocade Silk",
"PinkBrocadeSilk")


// 			Classic Yellow
SetupDate(2003,3,21,04,15,00,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2916857896",
"Classic Yellow",
"ClassicYellow")

// 			Midnight Blue For Kelly
SetupDate(2003,01,23,04,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3001249495&rd=1",
"Midnight Blue For Kelly",
"MidnightBlueForKelly")

// 			Roses And Lace
SetupDate(2003,01,23,04,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3001250155&rd=1",
"Roses And Lace",
"RosesAndLace")

//			Ivory Classic
SetupDate(2003,01,9,04,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1949177863",
"Ivory Classic",
"IvoryClassic")

// 			Red Suit
SetupDate(2003,01,9,04,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1949178543",
"Red Suit",
"RedSuit")

// 			Midnight Blue
SetupDate(2003,01,9,04,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1949179111",
"Midnight Blue",
"MidnightBlue")

//			Navy White Polka Dot
SetupDate(2002,12,19,03,45,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1945532180",
"Navy White Polka Dot",
"NavyWhitePolkaDot")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

//*****************************************************************************************






