<!--
// UPLOAD TO ROOT OF WWW.CHROMEJOB.COM IT IS CALLED FROM TEXTAMERICA MOBLOGS
// DEFINE image dtails LIST
var choices = new bannerList("src=http://ec1.images-amazon.com/images/P/0915368609.01._AA140_SCMZZZZZZZ_V1056507389_.jpg width=200 height=200 alt=\"C.M. Kornbluth HIS SHARE OF GLORY\"",
                    "src=http://ec1.images-amazon.com/images/G/01/ciu/32/e4/9aa8b340dca02bec8d2e2010._AA240_.L.jpg width=200 height=200 alt=\"10000 MANIACS unplugged\"",
                    "src=http://ec2.images-amazon.com/images/P/B000FCKCDS.01._AA280_SCLZZZZZZZ_V48009974_.jpg width=200 height=200 alt=\"Ariel Levy FEMALE CHAUVINIST PIGS\"",
                    "src=http://ec1.images-amazon.com/images/P/0618015841.01._AA240_SCLZZZZZZZ_.jpg width=200 height=200 alt=\"WORD FREAK Stefan Fatsis\"",
                    "src=http://ec2.images-amazon.com/images/P/B000005IYU.01._AA240_SCLZZZZZZZ_.jpg width=200 height=200 alt=\"Steve Reich DIFFERENT TRAINS\"",
                    "src=http://g-ec2.images-amazon.com/images/G/01/ciu/f0/2a/d22ad250fca0b0b8b1456010._AA240_.L.jpg width=200 height=180 alt=\"DEAD LIKE ME season 1\"",
                    "src=http://ec2.images-amazon.com/images/P/B000JVWREW.01-A2EYN7124C6CBV._AA280_SCLZZZZZZZ_.jpg width=200 height=200 alt=\"Guillermo del Toro PAN'S LABYRINTH\"",
                    "src=http://ec2.images-amazon.com/images/P/B0009HLCUQ.01._AA240_SCLZZZZZZZ_.jpg width=200 height=200 alt=\"Seijun Suzuki GATE OF FLESH\"",
                    "src=http://ec1.images-amazon.com/images/P/B0004Z302Q.01._AA240_SCLZZZZZZZ_.jpg width=200 height=200 alt=\"Johnny To FULLTIME KILLER\""
);
// 326X475 => *175X255  330x475 => *175x252 336X475 => *175x247 339x475 => *175x245 351x500 => *175x249 365x500 => *175x232 343x500 => *175x255

function bannerList(a,b,c,d,e,f,g,h,i) {

// DEFINE OBJECT
  this[0] = a;
  this[1] = b;
  this[2] = c;
  this[3] = d;
  this[4] = e;
  this[5] = f;
  this[6] = g;    
  this[7] = h;
  this[8] = i;
}

function selectPage(list) {
  // Number multiplied by should be total number of phrases
  // that is, lines in the array 5 ... 10 ... 40 ...


var banner = Math.floor(Math.random() * 9);

self.window.document.writeln("<IMG border=0 height=5 width=1 hspace=0 src=http://www.chromejob.com/graphics/spacer.gif vspace=0><br><a href=http://www.chromejob.com/whats_on_my_coffeetable.htm target=_top alt=\"Click to see all the images as a fast (random) slide show\"><IMG border=0 ");
self.window.document.writeln(list[banner]);
self.window.document.writeln(" vspace=0 hspace=0></a>");

}

//-->

