/*
Random-Order content script
By JavaScript Kit (http://www.javascriptkit.com)
This notice must stay intact for use
*/

//1) Specify content(s) to display and rotate
//   You can specify multiple "sets", each displayed in diff. areas of your page

var content=new Array() //sample set 1
content[0]='<a href="http://j-factor.com" target="new"><img src="http://tertal.sitesled.com/images/jfac2.png" alt="J-Factor" style="border-style:none"><\/a>'
content[1]='<a href="http://firephoenixnet.com" target="new"><img src="http://tertal.sitesled.com/images/firephoenix_banner.gif" alt="Fire Phoenix Network" style="border-style:none"><\/a>'
content[2]='<a href="http://jwpro.net" target="new"><img src="http://tertal.sitesled.com/images/jwpro_banner.png" alt="JwPro.Net" style="border-style:none"><\/a>'
content[3]='<a href="http://halfdemon.uni.cc" target="new"><img src="http://tertal.sitesled.com/images/halfdemon_banner.png" alt="The Mind of Half Demon" style="border-style:none"><\/a>'
content[4]='<a href="http://pixl.sitesled.com" target="new"><img src="http://pixl.sitesled.com/pbanner.png" alt="Pixl" style="border-style:none"><\/a>'
content[5]='<a href="http://mypnet.com" target="new"><img src="http://tertal.sitesled.com/images/myp_banner.PNG" alt="MYPNet" style="border-style:none"><\/a>'
content[6]='<a href="http://gmtalents.com" target="new"><img src="http://tertal.sitesled.com/images/gmt_button.png" alt="Game Maker &amp; Talents" style="border-style:none"><\/a>'
content[7]='<a href="http://www.polystyrenegames.destronmedia.com" target="new"><img src="http://tertal.sitesled.com/images/polystyrene_banner.png" alt="Polystyrene Games" style="border-style:none"><\/a>'
content[8]='<a href="http://www.ortezgames.com/" target="new"><img src="http://tertal.sitesled.com/images/ortez_banner.gif" alt="Ortez Games" style="border-style:none"><\/a>'


function randomorder(targetarray, spacing){

var randomorder=new Array()
var the_one
var z=0
for (i=0;i<targetarray.length;i++)
randomorder[i]=i

while (z<3){
the_one=Math.floor(Math.random()*targetarray.length)
if (targetarray[the_one]!="_selected!"){
document.write(targetarray[the_one]+spacing)
targetarray[the_one]="_selected!"
z++
}
}
}
countries=65;