Liec tur kur vēlies redzēt...
Code
<script type="text/javascript" language="Javascript">
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'
mycontent[2]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'
mycontent[3]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'
mycontent[4]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
</script>