//Javascript Created by Computerhope http://www.computerhope.com



//store the quotations in arrays



images = new Array(15);



images[0] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218'><img src='http://www.aftermarketgraphics.com/images/bodygraphics-button1.jpg' alt='Large Selection of Vehicle Graphics!' border='0' height='100' width='198'></a>";



images[1] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218'><img src='http://www.aftermarketgraphics.com/images/bodygraphics-button2.jpg' alt='Large Selection of Vehicle Graphics!' border='0' height='100' width='198'></a>";



images[2] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218'><img src='http://www.aftermarketgraphics.com/images/bodygraphics-button3.jpg' alt='Large Selection of Vehicle Graphics!' border='0' height='100' width='198'></a>";



images[3] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218'><img src='http://www.aftermarketgraphics.com/images/bodygraphics-button4.jpg' alt='Large Selection of Vehicle Graphics!' border='0' height='100' width='198'></a>";







images[4] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_46'><img src='http://www.aftermarketgraphics.com/images/logodecals-button1.jpg' alt='Roll Call & Logo Dceals' border='0' height='100' width='198'></a>";



images[5] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_46'><img src='http://www.aftermarketgraphics.com/images/logodecals-button2.jpg' alt='Roll Call & Logo Dceals' border='0' height='100' width='198'></a>";



images[6] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_46'><img src='http://www.aftermarketgraphics.com/images/logodecals-button3.jpg' alt='Roll Call & Logo Dceals' border='0' height='100' width='198'></a>";



images[7] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_46'><img src='http://www.aftermarketgraphics.com/images/logodecals-button4.jpg' alt='Roll Call & Logo Dceals' border='0' height='100' width='198'></a>";







images[8] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=145'><img src='http://www.aftermarketgraphics.com/images/uncutvinylsheets-button1.jpg' alt='Uncut Vinyl Sheets - Customize Anything!' border='0' height='100' width='198'></a>";



images[9] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=145'><img src='http://www.aftermarketgraphics.com/images/uncutvinylsheets-button2.jpg' alt='Uncut Vinyl Sheets - Customize Anything!' border='0' height='100' width='198'></a>";



images[10] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=145'><img src='http://www.aftermarketgraphics.com/images/uncutvinylsheets-button3.jpg' alt='Uncut Vinyl Sheets - Customize Anything!' border='0' height='100' width='198'></a>";



images[11] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=145'><img src='http://www.aftermarketgraphics.com/images/uncutvinylsheets-button4.jpg' alt='Uncut Vinyl Sheets - Customize Anything!' border='0' height='100' width='198'></a>";







images[12] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218_136_150'><img src='http://www.aftermarketgraphics.com/images/rearwindowfilms-button1.jpg' alt='Rear Window Films for Trucks & SUVs' border='0' height='100' width='198'></a>";



images[13] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218_136_150'><img src='http://www.aftermarketgraphics.com/images/rearwindowfilms-button2.jpg' alt='Rear Window Films for Trucks & SUVs' border='0' height='100' width='198'></a>";



images[14] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218_136_150'><img src='http://www.aftermarketgraphics.com/images/rearwindowfilms-button3.jpg' alt='Rear Window Films for Trucks & SUVs' border='0' height='100' width='198'></a>";



images[15] = "<a href = 'http://www.aftermarketgraphics.com/index.php?cPath=149_218_136_150'><img src='http://www.aftermarketgraphics.com/images/rearwindowfilms-button4.jpg' alt='Rear Window Films for Trucks & SUVs' border='0' height='100' width='198'></a>";





index = Math.floor(Math.random() * images.length);



document.write(images[index]);



//document.write('<BR><HR color="white" width="198"><img src="images/column-left-bottom.jpg">');



//done








