/*****************************************************************************************
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 

// 			Red Or Dead!
SetupDate(2003,4,10,4,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2920683269",
"Red Or Dead!",
"RedOrDead")

//			Pink Linen
SetupDate(2003,4,10,4,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2920684038",
"Pink Linen",
"PinkLinen")

//			Rust Suit
SetupDate(2003,4,10,4,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2920684582",
"Rust Suit",
"RustSuit")

// 			Red And Check
SetupDate(2003,2,28,04,00,00,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2913742241 ",
"Red And Check",
"RedAndCheck")

// 			Classic Blue Outfit
SetupDate(2003,2,14,04,00,00,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2910984973",
"Classic Blue Outfit",
"ClassicBlueOutfit")

//			Midnight Pink
SetupDate(2003,2,14,04,15,00,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2910985762",
"Midnight Pink",
"MidnightPink")

//			Red Valentine
SetupDate(2003,02,06,04,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3004953418",
"Red Valentine",
"RedValentine")

// 			1940's Suit
SetupDate(2003,02,06,04,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3004954185",
"1940's Outfit",
"1940sOutfit")

//			Green And Black
SetupDate(2003,01,23,04,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3001248435&rd=1",
"Green And Black",
"GreenAndBlack")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

//*****************************************************************************************





