var tot_im = 11;
var num = Math.ceil(Math.random() * tot_im);

function showBanner_im(num){

  switch(num){
  
  	case 1:

  	
  var nome = "Cuore rotante";
  var m1 = '9684';
  var tipo = "gif";
  break;
     
  	case 2:

  	
  var nome = "Disney";
  var m1 = '3029';
  var tipo = "gif";
  break;
  
    	case 3:

  	
  var nome = "Glitter Name";
  var m1 = '3324';
  var tipo = "gif";
  break;
	
	  	case 4:

  	
  var nome = "Coniglietto";
  var m1 = '9527';
  var tipo = "gif";
  break;
  
    	case 5:

  	
  var nome = "Esplosione Cuore";
  var m1 = '4161';
  var tipo = "gif";
  break;
  
     	case 6:

  	
  var nome = "Babà Napoletano";
  var m1 = '9955';
  var tipo = "gif";
  break;

     	case 7:

  	
  var nome = "Orsetto";
  var m1 = '10286';
  var tipo = "gif";
  break;
  
     	case 8:

  	
  var nome = "Italia campione del mondo";
  var m1 = '10362';
  var tipo = "jpg";
  break;
  
     	case 9:

  	
  var nome = "Bomba nome infuocato";
  var m1 = '10478';
  var tipo = "gif";
  break;
  
     	case 10:

  	
  var nome = "Paperino";
  var m1 = '10903';
  var tipo = "gif";
  break;
  
      case 11:

  	
  var nome = "Fiat 500";
  var m1 = '11026';
  var tipo = "jpg";
  break;
	}

	
	var uri = '<img src="/image/'+tipo+'/'+m1+'.'+tipo+'" alt="'+nome+'" border="0" />';
	document.write('<a href="/forum/viewthread.php?tid='+m1+'" target="_top" class="smalltxt">'+uri+'<br /><br />Richiedila personalizzata</a><br /><br/>');
	
  return nome;
}

if (window.location.pathname != "/Immagini_personalizzate.php")
	showBanner_im(num);