/*
#JSFLASH 1.0
#A PHP script to Generate and Activate OBJECT tags for Adobe's FLASH in MS Internet Explorer.
#Developed by Edgar R. Ogando (August 2006).
#Released under the GNU Lesser Public License.
#Version 2.1, February 1999.
*/

function js_flash(str) {
	document.write(str);
}
