// JavaScript Document

<!--

/*
Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) 
Over 200+ free JavaScripts here!
*/

function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://eyeonjob.com"><img src="http://eyeonjob.com/adverts/ad-487x90.gif" width="487" height="90" border="0" title="Eye On Job" alt="search jobs ghana employment one stop shop career development engineering careers resume posting get jobs eyeonjob ghana jobs eyeonjob recruitment eyeonjob ghana"></a>'
mycontent[2]='<a href="http://eyeonjob.com"><img src="http://eyeonjob.com/adverts/ad-487x90.gif" width="487" height="90" border="0" title="Eye On Job" alt="search jobs ghana employment one stop shop career development engineering careers resume posting get jobs eyeonjob ghana jobs eyeonjob recruitment eyeonjob ghana"></a>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
