function featured()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<center><a href="http://gluttonyfiction.com/viewstory.php?sid=667"><img src="http://i1091.photobucket.com/albums/i397/bakaprincess1985/JustTheWayYouAre/56ec9cc5.png" height="110" width="530"></a></center>'); } // feat1
if (ranNum == 1){document.write('<center><a href="http://gluttonyfiction.com/viewstory.php?sid=676"><img src="https://lh5.googleusercontent.com/-fCGENbdNDbg/S_bSUGJqq0I/AAAAAAAAAk4/zfxCQTG1n0o/s800/Summer.jpg"></a></center>'); } // feat2
if (ranNum == 2){document.write('<center><a href="http://gluttonyfiction.com/viewstory.php?sid=677"><img src="http://i304.photobucket.com/albums/nn193/bkl8008/LLSaCBanner.jpg"></a></center>'); } // feat3
}

