<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: For no allwebco copyright erase only the next 4 lines




// CODE TO ALLOW FLASH TO RUN IN IE


theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}


document.write('<br>');

//  End -->