<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: For no allwebco copyright erase only the next 4 lines

document.write('<span class="copytext">');
document.write('<a href="http://allwebcodesign.com" target="_top">AllWebCo Design</a>');
document.write(' & <a href="http://allwebco.com" target="_top">Hosting</a><br>&copy;Site Design 2007');
document.write('created with the assistance of  ');
document.write('<a href="http://austcollege.com.au" target="_blank" class="foot">Australian College of Commerce and Management</a>; ');



document.write('</span>');




// 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 -->