var textArray = new Array();
textArray[0] = 'You just won this auction - your bid was the hidden reserve!';
textArray[1] = 'You are not logged in.';
textArray[2] = 'You cannot bid on this auction as your have exceeded your bidding limit.';
textArray[3] = 'Auction has been closed';
textArray[4] = 'Auction has not started yet';
textArray[5] = 'This is a peak auction';
textArray[6] = 'You cannot bid as you are already the highest bidder';
textArray[7] = 'Your bid was placed';
textArray[8] = 'There was a problem placing the bid please contact us';
textArray[9] = 'You have no more bids in your account';
textArray[10] = "Single Bid";
textArray[11] = "Bid Buddy";
textArray[12] = "You already bought this Product";
textArray[13] = "Closed";
textArray[14] = "No Bids";