
if (document.images) {
  imageNEWSTIPSon = new Image();
  imageNEWSTIPSon.src = "http://www.bizben.com/images/ggf/see-all-news-on.gif";
  imageNEWSTIPSoff = new Image();
  imageNEWSTIPSoff.src = "http://www.bizben.com/images/ggf/see-all-news-off.gif";
}
function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}

document.write(' <script TYPE="text/javascript" LANGUAGE="JavaScript"> if (document.images) {   imageNEWSTIPSon = new Image();   imageNEWSTIPSon.src = "http://www.bizben.com/images/ggf/see-all-news-on.gif";   imageNEWSTIPSoff = new Image();   imageNEWSTIPSoff.src = "http://www.bizben.com/images/ggf/see-all-news-off.gif"; } function turnOn(imageName) {   if (document.images) {     document[imageName].src = eval(imageName + "on.src");   } }  function turnOff(imageName) {   if (document.images) {     document[imageName].src = eval(imageName + "off.src");   } } </script>   <table border="0" cellpadding="0" cellspacing="0"> 	<tr> 		<td><img src="http://www.bizben.com/images/spacer.gif" alt="" width="1" height="5" border="0"></td> 	</tr> </table> <table border="0" cellpadding="2" cellspacing="0"></table> 	<table border="0" cellpadding="0" cellspacing="0"> 	 	</table> 	<img src="http://www.bizben.com/images/spacer.gif" width="1" height="8" border="0"><br> 	<a href="http://www.bizben.com/news-tips.php" target="_top" onMouseOver="turnOn(\'imageNEWSTIPS\')" onMouseOut="turnOff(\'imageNEWSTIPS\')"><img name="imageNEWSTIPS" src="http://www.bizben.com/images/ggf/see-all-news-off.gif" alt="" width="138" height="29" border="0"></a><br> 	<img src="http://www.bizben.com/images/spacer.gif" width="1" height="6" border="0"><br> 	');
