// first array - Vertical 120x600
var theImages1 = new Array() 


theImages1[0] = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="120" height="600" title="Iuter"><param name="movie" value="wp-content/themes/behindmag/img/banner/nike120x600-bmx.swf" /><param name="quality" value="high" /><embed src="wp-content/themes/behindmag/img/banner/nike120x600-bmx.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="600"></embed></object>'

var p = theImages1.length;
var whichImage1 = Math.round(Math.random()*(p-1));
function showbanner1(){
document.write(theImages1[whichImage1]);
}








// second array orizzontal 
var theImages2 = new Array() 


theImages2[0] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://urbancamou.blogspot.com" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/small_urbancamou.jpg" width="200" height="50" alt="Urbancamou" /></a>'
theImages2[1] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.lazyross.com" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/lazyross.jpg" width="200" height="50" alt="Lazy Ross" /></a>'
theImages2[2] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.sloope.it" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/small_sloope.gif" width="200" height="50" alt="Lazy Ross" /></a>'
theImages2[3] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://losethemap.blogspot.com/" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/loosethemap.jpg" width="200" height="50" alt="Loose the Map" /></a>'

var p = theImages2.length;
var whichImage2 = Math.round(Math.random()*(p-1));
function showbanner2(){
document.write(theImages2[whichImage2]);
}





// terzo array orizzontal 
var theImages3 = new Array() 

theImages3[0] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.nosoccer.com" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/small_nosoccer.jpg" width="200" height="50" alt="Nosoccer.com" /></a>'
theImages3[1] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.cianomagenta.com" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/cianomagenta.jpg" width="200" height="50" alt="Ciano Magenta" /></a>'
theImages3[2] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://lucabenedet.wordpress.com" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/somethingforyoureyes.jpg" width="200" height="50" alt="Something For Your Eyes" /></a>'
theImages3[3] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.orme.tv" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/orme-small.jpg" width="200" height="50" alt="Orme.tv" /></a>'


var p = theImages3.length;
var whichImage3 = Math.round(Math.random()*(p-1));
function showbanner3(){
document.write(theImages3[whichImage3]);
}


// quarto array CHECK ONE TWO
var theImages4 = new Array() 


theImages4[0] = '<a href="?p=11756" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo10.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[1] = '<a href="?p=11299" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo11.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[2] = '<a href="?p=4616" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[3] = '<a href="?p=4802" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo2.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[4] = '<a href="?p=7014" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo3.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[5] = '<a href="?p=6647" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo4.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[6] = '<a href="?p=6892" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo5.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[7] = '<a href="?p=7635" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo6.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[8] = '<a href="?page_id=214" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo7.jpg" width="200" height="210" alt="Behind Mag - Featured" /></a>'
theImages4[9] = '<a href="?p=9087" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo8.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'
theImages4[10] = '<a href="?p=10358" class="banner"><img src="wp-content/themes/behindmag/img/checkonetwo9.jpg" width="200" height="210" alt="Behind Mag - Check One.. Two" /></a>'


var p = theImages4.length;
var whichImage4 = Math.round(Math.random()*(p-1));
function showbanner4(){
document.write(theImages4[whichImage4]);
}





// quinto array RANDOM HOME
var theImages5 = new Array() 


theImages5[0] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://trans-siberian.behindmag.com/" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/support-transsiberian" width="280" height="100" alt="Trans Siberian" /></a>'



var p = theImages5.length;
var whichImage5 = Math.round(Math.random()*(p-1));
function showbanner5(){
document.write(theImages5[whichImage5]);
}









// sesto array RANDOM HOME
var theImages6 = new Array() 

theImages6[0] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.callemarconi.com" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/callemarconi.jpg" width="280" height="100" alt="Callemarconi" /></a>'
theImages6[1] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.paulsboutique.it" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/paulsboutique.jpg" width="280" height="100" alt="Paul s Boutique" /></a>'
theImages6[2] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.saladdaysmag.com" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-saladdays.jpg" width="280" height="100" alt="Salad Days Magazine" /></a>'
theImages6[3] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.callemarconi.com/magento/clothings/shoes.html" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-orchid.jpg" width="280" height="100" alt="Orchid Footwear" /></a>'

var p = theImages6.length;
var whichImage6 = Math.round(Math.random()*(p-1));
function showbanner6(){
document.write(theImages6[whichImage6]);
}



// settimo array RANDOM HOME
var theImages7 = new Array() 

theImages7[0] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.iridefixed.it" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-iride.jpg" width="280" height="100" alt="IRIDE Fixed" /></a>'
theImages7[1] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.sloope.it" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-sloope.jpg" width="280" height="100" alt="Sloope" /></a>'
theImages7[1] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.isenseven.de" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-isenseven.jpg" width="280" height="100" alt="IsenSeven" /></a>'

var p = theImages7.length;
var whichImage7 = Math.round(Math.random()*(p-1));
function showbanner7(){
document.write(theImages7[whichImage7]);
}


// 8 array - Vertical 120x600
var theImages8 = new Array() 

theImages8[0] = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="120" height="600" title="Nike 6.0"><param name="movie" value="wp-content/themes/behindmag/img/banner/nike120x600-bmx.swf" /><param name="quality" value="high" /><embed src="wp-content/themes/behindmag/img/banner/nike120x600-bmx.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="600"></embed></object>'


var p = theImages8.length;
var whichImage8 = Math.round(Math.random()*(p-1));
function showbanner8(){
document.write(theImages8[whichImage8]);
}





// NONO array FEATURED
var theImages9 = new Array() 

theImages9[0] = '<a href="?page_id=214" class="banner"><img src="wp-content/themes/behindmag/img/featured1.jpg" width="280" height="300" alt="Behind Mag - Featured" /></a>'
theImages9[1] = '<a href="?page_id=214" class="banner"><img src="wp-content/themes/behindmag/img/featured2.jpg" width="280" height="300" alt="Behind Mag - Featured" /></a>'
theImages9[2] = '<a href="?page_id=214" class="banner"><img src="wp-content/themes/behindmag/img/featured3.jpg" width="280" height="300" alt="Behind Mag - Featured" /></a>'
theImages9[3] = '<a href="?page_id=214" class="banner"><img src="wp-content/themes/behindmag/img/featured4.jpg" width="280" height="300" alt="Behind Mag - Featured" /></a>'
theImages9[4] = '<a href="?page_id=214" class="banner"><img src="wp-content/themes/behindmag/img/featured5.jpg" width="280" height="300" alt="Behind Mag - Featured" /></a>'

var p = theImages9.length;
var whichImage9 = Math.round(Math.random()*(p-1));
function showbanner9(){
document.write(theImages9[whichImage9]);
}




// DECIMO array
var theImages10 = new Array() 

theImages10[0] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.pocski.com" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-poc.jpg" width="280" height="100" alt="POC" /></a>'
theImages10[1] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.landingheadwear.com" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/landing.jpg" width="280" height="100" alt="Landing" /></a>'
theImages10[2] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.snowparkdoors.com" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-doors.jpg" width="280" height="100" alt="Doors Snowpark Structures" /></a>'


var p = theImages10.length;
var whichImage10 = Math.round(Math.random()*(p-1));
function showbanner10(){
document.write(theImages10[whichImage10]);
}


// UNDICESIMO array
var theImages11 = new Array() 

theImages11[0] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.skullcandy.com" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/skullcandy.jpg" width="280" height="100" alt="Skull Kandy" /></a>'
theImages11[1] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.etnies.com" target="_blank" class="banner"><img src="wp-content/themes/behindmag/img/banner/support-etnies.jpg" width="280" height="100" alt="Etnies" /></a>'
theImages11[2] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.orme.tv" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/orme.jpg" width="280" height="100" alt="Orme.tv" /></a>'
theImages11[3] = '<a href="http://www.behindmagazine.com/contents/ad/click.php?url=http://www.pureskateboarding.it/" class="banner" target="_blank"><img src="wp-content/themes/behindmag/img/banner/support-pure.jpg" width="280" height="100" alt="Pure Skateboarding" /></a>'


var p = theImages11.length;
var whichImage11 = Math.round(Math.random()*(p-1));
function showbanner11(){
document.write(theImages11[whichImage11]);
}


// 12 array - Vertical 120x600 Only Nike
var theImages12 = new Array() 


theImages12[0] = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="120" height="600" title="Nike 6.0"><param name="movie" value="wp-content/themes/behindmag/img/banner/nike120x600-bmx.swf" /><param name="quality" value="high" /><embed src="wp-content/themes/behindmag/img/banner/nike120x600-bmx.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="600"></embed></object>'



var p = theImages12.length;
var whichImage12 = Math.round(Math.random()*(p-1));
function showbanner12(){
document.write(theImages12[whichImage12]);
}



