// JavaScript Document
// Mutiri Ndagi
// Taxilocation, images menu parc automobile
// Copyright 2001 - 2007

var r = Math.floor(Math.random() * 3)
if (r == 0) {document.write("<img src='../images/parc/bentley.jpg' width='700' height='200' alt='parc automobile'>")}
if (r == 1) {document.write("<img src='../images/parc/jaguar.jpg' width='700' height='200' alt='parc automobile'>")}
if (r == 2) {document.write("<img src='../images/parc/rollsroyce.jpg' width='700' height='200' alt='parc automobile'>")}