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

function js_flash() {
var str = '';
	for (var i=0; i<arguments.length; i++) {
		str += arguments[i] 
	}
document.write(str);
}

