
function kContent_Flash(thefile, size1, size2) {
	document.write('<object class="ObjectyMe" uri="'+thefile+'" width="'+size1+'" height="'+size2+'"></object>');
}

