I cannot write any link because I'm having problems with my provider right now.
This is my header template:
Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin Random Logo In Header Script
var theImages = new Array() // do not change this
<!-- Edit the url images to match yours
theImages[0] = 'imagenes/logo1.gif' //blank
theImages[1] = 'imagenes/logo2.gif' //replace
theImages[2] = 'imagenes/logo3.gif' //replace
theImages[3] = 'imagenes/logo4.gif'
theImages[4] = 'imagenes/logo5.gif'
theImages[5] = 'imagenes/logo6.gif'
theImages[6] = 'imagenes/logo7.gif'
theImages[7] = 'imagenes/logo8.gif'
theImages[8] = 'imagenes/logo9.gif'
theImages[9] = 'imagenes/logo10.gif'
theImages[10] = 'imagenes/logo11.gif'
theImages[11] = 'imagenes/logo12.gif'
theImages[12] = 'imagenes/logo13.gif'
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<td align="$stylevar[left]"><a href="index.php"><img src="'+theImages[whichImage]+'" border="0" alt="$vboptions[bbtitle]" /></a></div>');
}
// End -->
</script>
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<SCRIPT LANGUAGE="JavaScript">
showImage();
</script>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output