mv();

function mv(){

mvURL = [];
mvLink = [];
mvTitle = [];


mvURL.push('http://www.f1-stinger.com/mv/images/120204fimv.jpg');
mvTitle.push('fimv');







mvLink.push('http://www.f1-stinger.com/f1-data/2012/machine/force_india/');



mvURL.push('http://www.f1-stinger.com/mv/images/120204fimv.jpg');
mvTitle.push('fimv');







mvLink.push('http://www.f1-stinger.com/f1-data/2012/machine/force_india/');



mvURL.push('http://www.f1-stinger.com/mv/images/120204fimv.jpg');
mvTitle.push('fimv');







mvLink.push('http://www.f1-stinger.com/f1-data/2012/machine/force_india/');



mvURL.push('http://www.f1-stinger.com/mv/images/120202mcmv.jpg');
mvTitle.push('mcmv');







mvLink.push('http://www.f1-stinger.com/f1-data/2012/machine/mclaren/');



mvURL.push('http://www.f1-stinger.com/mv/images/120202mcmv.jpg');
mvTitle.push('mcmv');







mvLink.push('http://www.f1-stinger.com/f1-data/2012/machine/mclaren/');



mvURL.push('http://www.f1-stinger.com/mv/images/120202mcmv.jpg');
mvTitle.push('mcmv');







mvLink.push('http://www.f1-stinger.com/f1-data/2012/machine/mclaren/');



mvURL.push('http://www.f1-stinger.com/mv/images/120201rbmv.jpg');
mvTitle.push('rbmv');







mvLink.push('http://www.f1-stinger.com/f1-data/2012/drivers/redbull/webber.php');




num = Math.floor(Math.random()*mvURL.length);
document.write('<a href="'+mvLink[num]+'"><img src="'+mvURL[num]+'" alt="'+mvTitle[num]+'" /></a>');
}

