// JavaScript Document
<!-- Begin SHOW NEW WEB ADS on index.php ***************************************************
// Set up the image files to be used.
var numMastheads = 2;
var mastheadsArray = new Array(numMastheads);
var mastheadsDir = '/imgs/mastheads/';

for (k = 0; k < numMastheads; k++){ mastheadsArray[k] = new Array(6)};

mastheadsArray[0][0] = 'fbm-bike-co-stamped.jpg';
mastheadsArray[0][1] = 927;
mastheadsArray[0][2] = 200;
mastheadsArray[0][3] = '/';
mastheadsArray[0][4] = 'FBM Bikes';
mastheadsArray[0][5] = '_self';

// do not edit anything below this line

var jj3 = 0;
var pp3 = numMastheads;
var mastheadsPreBuffer = new Array()
for (ii3 = 0; ii3 < pp3; ii3++){
   mastheadsPreBuffer[ii3] = new Image()
   mastheadsPreBuffer[ii3].src = mastheadsDir+mastheadsArray[ii3][0]
}
var whichMasthead = Math.round(Math.random()*(pp3-1));
function showMasthead(){
//document.write('<a href="'+mastheadsArray[whichMasthead][3]+'" target="'+mastheadsArray[whichMasthead][5]+'"><img src="'+mastheadsDir+mastheadsArray[whichMasthead][0]+'" width="'+mastheadsArray[whichMasthead][1]+'" height="'+mastheadsArray[whichMasthead][2]+'" alt="'+mastheadsArray[whichMasthead][4]+'" border="0"></a>');
if (whichMasthead == 1) {
document.write('<div style="width:927px; margin:0 auto;"><div style="width:927px; height:10px;"><img src="http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_01.jpg" width="927" height="10" /></div><div style="float:left; width:618px; height:230px;"><img src="http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_02.jpg" width="618" height="230" /></div><div style="float:left; width:295px; height:230px; background-image:url(http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_03.jpg);"><iframe src="http://player.vimeo.com/video/31055215?title=0&amp;byline=0&amp;portrait=0" width="295" height="221" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></div><div style="float:left; width:14px; height:230px;"><img src="http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_04.jpg" width="14" height="230" /></div></div><div style="clear:both"></div>');
}
else {
	document.write('<div style="width:927px; margin:0 auto;"><div style="width:927px; height:10px;"><img src="http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_01.jpg" width="927" height="10" /></div><div style="float:left; width:618px; height:230px;"><img src="http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_02.jpg" width="618" height="230" /></div><div style="float:left; width:295px; height:230px; background-image:url(http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_03.jpg);"><iframe src="http://player.vimeo.com/video/31343648?title=0&amp;byline=0&amp;portrait=0" width="295" height="221" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></div><div style="float:left; width:14px; height:230px;"><img src="http://www.fbmbmx.com/imgs/thousand-yard-stare/fbm-bike-co-thousand-yard-stare_04.jpg" width="14" height="230" /></div></div><div style="clear:both"></div>');
}
}

//  End -->
