<!-- Begin


var rndfeeds=new Array() 
rndfeeds[0]='<script type=\"text/javascript\" src=\"../template/dogs_news_feed.php\"></script><img border=\"0\" src=\"../images/rca.gif\" width=\"40\" height=\"50\">';
rndfeeds[1]='<script type=\"text/javascript\" src=\"../template/cats_news_feed.php\"></script><img border=\"0\" src=\"../images/cat%20resort.gif\" width=\"40\" height=\"50\">';


function randomorder(targetarray, spacing){

var randomorder=new Array()
var the_one
var z=1
for (i=0;i<targetarray.length;i++)
randomorder[i]=i

while (z<targetarray.length){
the_one=Math.floor(Math.random()*targetarray.length)
if (targetarray[the_one]!="_selected!"){
document.write(targetarray[the_one]+spacing)
targetarray[the_one]="_selected!"
z++
}
}
}

// End -->
