var theImages = new Array()

theImages[0] = new Array('../images/home/bad_karma_2010_06_01.jpg', '?page_id=1311', '550', '413', 'Bad Karma receives Most Valuable Team award at Living Legends III. CPX Sports - Joliet, Illinois. Read our AAR.');
/*theImages[0] = new Array('../images/home/bad_karma_2010_05_17.jpg', '?p=1237', '550', '413', 'Have Tank - Will Travel. Bad Karma and Special Ops Paintball Team Up to Bring the Razorback to a Scenario Near You. Read the full press release.');
theImages[0] = '../images/home/bad_karma_2010_05_poster.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[1] = '../images/home/bad_karma_ut_triad_001.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[2] = '../images/home/bad_karma_ut_triad_002.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[3] = '../images/home/bad_karma_ut_triad_003.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[4] = '../images/home/bad_karma_ut_triad_004.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[5] = '../images/home/bad_karma_ut_triad_005.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[6] = '../images/home/bad_karma_ut_triad_006.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[7] = '../images/home/bad_karma_ut_triad_007.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[8] = '../images/home/bad_karma_ut_triad_008.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[9] = '../images/home/bad_karma_ut_triad_009.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[10] = '../images/home/bad_karma_ut_triad_010.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[11] = '../images/home/bad_karma_ut_triad_011.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[12] = '../images/home/bad_karma_ut_triad_012.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[13] = '../images/home/bad_karma_ut_triad_013.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[14] = '../images/home/bad_karma_ut_triad_014.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[15] = '../images/home/bad_karma_ut_triad_015.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');
theImages[16] = '../images/home/bad_karma_ut_triad_016.jpg', '?p=32', '550', '413', 'Next Event = Living Legends III - May 28-30 2010 - Location: CPX Sports - Joliet Illinois. Come out and play at an event Bad Karma will be attending.');*/

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write("<a href='"+theImages[whichImage][1]+"'><img src='"+theImages[whichImage][0]+"' width='"+theImages[whichImage][2]+"' height='"+theImages[whichImage][3]+"' alt='"+theImages[whichImage][4]+"' title='"+theImages[whichImage][4]+"' /></a>");
}