﻿// IE Workaround for object activation
function createObject(objectDefinition)
{
    document.write(objectDefinition);
}

