function dealFinder() {
	document.write ("<iframe id='flrdeals' name='flrdeals' frameborder='0' width='660' height='1000' src='http://www.urmob.co.uk/t/a/bestdeal/clickref/wizard/bestdealframe.php'></iframe>");
	return true;
}
function checkered() {
	var theframe = document.getElementById("flrdeals");
	// alert (frames['flrdeals'].document.links.length);
	var links = theframe.document.getElementsByTagName("a");
	// alert ("a" + links[2].href);
	for (var i=0,len=links.length; i < len; i++) {
		links[i].onmouseover = theblankStatus;
		links[i].onmouseout = theblankStatus;
	}
	return true;
}
function theblankStatus() { window.status=""; return true; }
