var theImages = new Array();

theImages[0]  = "<img width=133 height=133 border=0 src='images/Logo_Man_007.jpg' alt='bond, joe bond'>";
theImages[1]  = "<img width=133 height=133 border=0 src='images/Logo_Man_BBall.jpg' alt='michael aint got nothin on me'>";
theImages[2]  = "<img width=133 height=133 border=0 src='images/Logo_Man_BigFish.jpg' alt='it was ttthhhiiisss big'>";
theImages[3]  = "<img width=133 height=133 border=0 src='images/Logo_Man_BigGulp.jpg' alt='get a big gulp - go ahead, i&#146;ll still be here when you get back'>";
theImages[4]  = "<img width=133 height=133 border=0 src='images/Logo_Man_Bike.jpg' alt='always wear your helmet'>";
theImages[5]  = "<img width=133 height=133 border=0 src='images/Logo_Man_Blade.jpg' alt='how do i stop?!?!'>";
theImages[6]  = "<img width=133 height=133 border=0 src='images/Logo_Man_BurningHouse.jpg' alt='burnin&#146; down the house!'>";
theImages[7]  = "<img width=133 height=133 border=0 src='images/Logo_Man_Caveman.jpg' alt='ooga ooga, me hungry'>";
theImages[8]  = "<img width=133 height=133 border=0 src='images/Logo_Man_ChickenLeg.jpg' alt='chicken, it&#146;s what&#146;s for dinner'>";
theImages[9]  = "<img width=133 height=133 border=0 src='images/Logo_Man_Conan.jpg' alt='just call me the laugh machine&#153;'>";
theImages[10] = "<img width=133 height=133 border=0 src='images/Logo_Man_Cone.jpg' alt='yummy yummy for your tummy'>";
theImages[11] = "<img width=133 height=133 border=0 src='images/Logo_Man_Cowboy.jpg' alt='ride &#145;em cowboy!'>";
theImages[12] = "<img width=133 height=133 border=0 src='images/Logo_Man_Cutie.jpg' alt='just chattin&#146; with the cuties'>";
theImages[13] = "<img width=133 height=133 border=0 src='images/Logo_Man_Diving.jpg' alt='maybe I should have checked for sharks...'>";
theImages[14] = "<img width=133 height=133 border=0 src='images/Logo_Man_E39.jpg' alt='joe and his ultimate driving machine'>";
theImages[15] = "<img width=133 height=133 border=0 src='images/Logo_Man_FiremanRunning.jpg' alt='do not try this at home, kids'>";
theImages[16] = "<img width=133 height=133 border=0 src='images/Logo_Man_FiremanSpraying.jpg' alt='joe as the sexy fireman'>";
theImages[17] = "<img width=133 height=133 border=0 src='images/Logo_Man_FireTruck.jpg' alt='watch me raise my ladder, baby'>";
theImages[18] = "<img width=133 height=133 border=0 src='images/Logo_Man_Flower.jpg' alt='happiness is a flower'>";
theImages[19] = "<img width=133 height=133 border=0 src='images/Logo_Man_Golf.jpg' alt='nuthin but, uh, hole'>";
theImages[20] = "<img width=133 height=133 border=0 src='images/Logo_Man_HangGliding.jpg' alt='wheeeeee!'>";
theImages[21] = "<img width=133 height=133 border=0 src='images/Logo_Man_HoldHands.jpg' alt='&lt;sigh&gt;'>";
theImages[22] = "<img width=133 height=133 border=0 src='images/Logo_Man_Laptop.jpg' alt='joe in the matrix'>";
theImages[23] = "<img width=133 height=133 border=0 src='images/Logo_Man_Leprechaun.jpg' alt='oy! i found me pot of gold!'>";
theImages[24] = "<img width=133 height=133 border=0 src='images/Logo_Man_Lounging.jpg' alt='would you have a lemonade i could borrow for a second?'>";
theImages[25] = "<img width=133 height=133 border=0 src='images/Logo_Man_Max.jpg' alt='weinberg'>";
theImages[26] = "<img width=133 height=133 border=0 src='images/Logo_Man_Pimp.jpg' alt='you need me to get with the fly hunnies'>";
theImages[27] = "<img width=133 height=133 border=0 src='images/Logo_Man_Sail.jpg' alt='anchors away!'>";
theImages[28] = "<img width=133 height=133 border=0 src='images/Logo_Man_Sing.jpg' alt='doh ray mee fah sew lah...'>";
theImages[29] = "<img width=133 height=133 border=0 src='images/Logo_Man_Snooze.jpg' alt='is it morning?'>";
theImages[30] = "<img width=133 height=133 border=0 src='images/Logo_Man_Stand.jpg' alt='schmoe in vogue'>";
theImages[31] = "<img width=133 height=133 border=0 src='images/Logo_Man_Steudabaker.jpg' alt='vroom...?'>";
theImages[32] = "<img width=133 height=133 border=0 src='images/Logo_Man_Workout.jpg' alt='i am NOT lop-sided'>";
theImages[33] = "<img width=133 height=133 border=0 src='images/Logo_Man_TheCheat.jpg' alt='coolest logo ever, of all time'>";
theImages[34] = "<img width=133 height=133 border=0 src='images/Logo_Man_Stressed.jpg' alt='ack!'>";

var whichImage = Math.round(Math.random() * (theImages.length-1));

document.write("" + theImages[whichImage] + "\n");
