//this works around the new IE click-before-use problem that results from MS losing the patent lawsuit with Eolas.
//Question: why is Adobe's solution for doing the same thing two pages long? 

function sg_ie_no_click(str) 
{
  document.write(str);
}  