var tt = 0;
var ins = -1;

var FMess = new Array();
ins++;FMess[ins] = "<a href='http://www.slcarpenter.net/'><img src='http://romanceatheart.com/images/review/NeedYouNow.jpg' width='125' height='191' border='0'></a>";
ins++;FMess[ins] = "<a href='http://www.felicityheaton.co.uk/ebooks.php?title=Her%20Fallen%20Angel'><img src='http://romanceatheart.com/images/review/herfallenangel-heaton.jpg' width='125' height='191' border='0'></a>";
ins++;FMess[ins] = "<a href='http://rahpubs.com/catalog/product_info.php?products_id=75'><img src='http://romanceatheart.com/images/review/darkangel.jpg' width='125' height='191' border='0'></a>";

function FlashId()
	{
	setTimeout('FlashId()',10000);
	document.getElementById('coverone').innerHTML = FMess[tt];
	tt = (tt < (FMess.length -1)) ? tt + 1 : 0;
	}

FlashId();
