 <!-- hide from old browsers
  // ppb and ppe are the start and end of the dynamic link
  // window.location.href will refer to the current URL of the page
 	
	var ppb = "<table width='25' border='0' cellpadding='0' cellspacing='0'><tr class='smalltext'><td width='25'><div align='center'><a href=http://www.props.com.au/print.asp?";

var ppe = " ><img src='http://www.props.com.au/images/print.gif' width='24' height='19' border='0'</div></td></tr></table>";

document.write(ppb + window.location.href + ppe);
 
//end -->