<!--

/*
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://dedalvs.com/sathir/aphorisms/2.html" class="bhome">A Random One</a>'
mycontent[2]='<a href="http://dedalvs.com/sathir/aphorisms/4356.html" class="bhome">A Random One</a>'
mycontent[3]='<a href="http://dedalvs.com/sathir/aphorisms/23.html" class="bhome">A Random One</a>'
mycontent[4]='<a href="http://dedalvs.com/sathir/aphorisms/454.html" class="bhome">A Random One</a>'
mycontent[5]='<a href="http://dedalvs.com/sathir/aphorisms/2596.html" class="bhome">A Random One</a>'
mycontent[6]='<a href="http://dedalvs.com/sathir/aphorisms/1104.html" class="bhome">A Random One</a>'
mycontent[7]='<a href="http://dedalvs.com/sathir/aphorisms/447.html" class="bhome">A Random One</a>'
mycontent[8]='<a href="http://dedalvs.com/sathir/aphorisms/15.html" class="bhome">A Random One</a>'
mycontent[9]='<a href="http://dedalvs.com/sathir/aphorisms/2642.html" class="bhome">A Random One</a>'
mycontent[10]='<a href="http://dedalvs.com/sathir/aphorisms/262.html" class="bhome">A Random One</a>'
mycontent[11]='<a href="http://dedalvs.com/sathir/aphorisms/294.html" class="bhome">A Random One</a>'


var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
