
/* Horizontal Rule generation function */ 
function hr_gen() { 
  		document.write('<hr width="90%" noshade="true" color="#cccccc" size="1px" style="cursor:default;">'); 
} 
 

/* Generate the horizontal rule */ 
hr_gen();
