/**
* @version 2.0.1
* @package moseasymedia
* @copyright Copyright &copy; 2008, Brilaps LLC
* @author Ozgur Cem Sen
* @email code@brilaps.com
* @link http://brilaps.com || http://wiki.brilaps.com
* @license http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2 .
*/


/**
 * javascript function for embedding the audio files with document.write(...)
 * @param string $embedString String to be included in the page. Associated player classes generate this string
 * @return whatever :)
 */
function embedObject (embedString) {document.write(embedString);return 1;}

