 function LiveHelp()
 {
    	document.write('<A HREF="#" onclick="window.open(\'');
  	document.write('http://livehelp.travissupport.com/cgi-bin/start.cgi/apps/livehelp/index.html?');
  	document.write("','LHC_'+Math.floor(Math.random()*100000),");
  	document.write("'resizable,height=355,width=400');\"><img border=0 ");
  	document.write('src="http://livehelp.travissupport.com/cgi-bin/start.cgi/apps/livehelp/img.html');
  	document.write('?r=' + Math.random() );
  	document.write('"></A>');
  }
