//return a random integer between 0 and 105 for <featured.php> and <IMG SRC=shefeature/featured_.jpg> 
var $select =  Math.floor(Math.random()*105)
document.write('<a href="http://dome2nite.com/featured.php?a' + $select  + '" target="_blank"><IMG SRC=http://dome2nite.com/featured/featured_' + $select  + '.jpg  border=0 height=450 alt="Pure gold in the market of relationships"></a>');
