// banner negli articoli
var theImages1 = new Array() 
theImages1[0] = '<a href="http://www.machadapromotion.com" target="_blank"><img src="images/banner/machada.jpg" width="400" height="51" border="0"></a>'
theImages1[1] = '<a href="http://www.myspace.com/visions_photography" target="_blank"><img src="images/banner/visionsphotography.gif" width="400" height="51" border="0"></a>'
theImages1[2] = '<a href="http://www.nosoccer.com" target="_blank"><img src="images/banner/ns_400x51.gif" width="400" height="51" border="0"></a>'
theImages1[3] = '<a href="http://www.myspace.com/grindpromotion" target="_blank"><img src="images/banner/grindpromotion.gif" width="400" height="51" border="0"></a>'
theImages1[4] = '<a href="http://www.dnaconcerti.com" target="_blank"><img src="images/banner/dna_grinderman460x68.gif" width="400" height="51" border="0"></a>'
theImages1[5] = '<a href="http://www.myspace.com/rentokill" target="_blank"><img src="images/banner/NRR011.gif" width="400" height="51" border="0"></a>'
theImages1[6] = '<a href="http://www.noreasonrecords.com" target="_blank"><img src="images/banner/noreason_2.gif" width="400" height="51" border="0"></a>'
theImages1[7] = '<a href="http://www.flickr.com/cherryblossomg1rl" target="_blank"><img src="images/banner/banner_cherryblossom.gif" width="400" height="51" border="0"></a>'
theImages1[8] = '<a href="http://www.noreasonrecords.com" target="_blank"><img src="images/banner/argetti.gif" width="400" height="51" border="0"></a>'
theImages1[9] = '<a href="http://www.myspace.com/stillliferecords" target="_blank"><img src="images/banner/Die_Young_Stilllife.gif" width="400" height="51" border="0"></a>'
theImages1[10] = '<a href="http://www.callemarconi.com/" target="_blank"><img src="images/banner/callemarconi.gif" width="400" height="51" border="0"></a>'
theImages1[11] = '<a href="http://www.pigstyconcerti.com" target="_blank"><img src="images/banner/pigsty_400x50.gif" width="400" height="51" border="0"></a>'
theImages1[12] = '<a href="http://www.behindmagazine.com" target="_blank"><img src="images/banner/behind.gif" width="400" height="51" border="0"></a>'





























































































var j = 0
var p = theImages1.length;
var preBuffer1 = new Array()
for (i = 0; i < p; i++){
   preBuffer1[i] = new Image()
   preBuffer1[i].src = theImages1[i]
}
var whichImage1 = Math.round(Math.random()*(p-1));
function showbanner1(){
document.write(theImages1[whichImage1]);
}
