/* Generate the transaction ID */
							now = new Date();
							var millis = now.getTime();
							var transID = ""+millis;
						/* Generate the ad tag */
							document.write('<IFRAME width="138" height="337" MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 ');
							document.write('FRAMEBORDER=0 SCROLLING=no BORDERCOLOR="#000000" ');
							document.write('SRC="rand/rh/rh_rando.php">');
							document.write('<SCR'+'IPT width="138" height="337" LANGUAGE="JavaScript1.1"' );
							document.write('SRC="rand/rh/rh_rando.php">');
							document.write('</SCR'+'IPT>');
							document.write("</IFRAME>");