﻿<!-- Begin
var rnumb = "";
var img = "";
															
rnumb += Math.floor(Math.random()*14);
img = rnumb;
																										
if (img == "0") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/01.png">');
document.write('</div>');
}
if (img == "1") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/02.png">');
document.write('</div>');
}
if (img == "2") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/03.png">');
document.write('</div>');
}
if (img == "3") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/04.png">');
document.write('</div>');
}
if (img == "4") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/05.png">');
document.write('</div>');
}
if (img == "5") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/06.png">');
document.write('</div>');
}
if (img == "6") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/07.png">');
document.write('</div>');
}
if (img == "7") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/08.png">');
document.write('</div>');
}
if (img == "8") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/09.png">');
document.write('</div>');
}
if (img == "9") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/10.png">');
document.write('</div>');
}
if (img == "10") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/11.png">');
document.write('</div>');
}
if (img == "11") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/12.png">');
document.write('</div>');
}
if (img == "12") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/13.png">');
document.write('</div>');
}
if (img == "13") {
document.write('<div id="center">');
document.write('<img src="_components/content_left/ads/_random/14.png">');
document.write('</div>');
}

															
// -->
