function createObject(objectDefinition)
{
   if(document.all)
   {
        document.write(objectDefinition);
   }
}
