function EmbedFlash(_src, _width, _height){
    document.write("<object " + 
            "type=\"application/x-shockwave-flash\" " + 
            "data=\"" + _src + "\" " + 
            "width=\"" + _width + "\" " +
            "height=\"" + _height + "\">");
    document.write("<param " +
            "name=\"movie\" " +
            "value=\"" + _src + "\" />");
	    document.write("<param " +
            "name=\"loop\" " +
            "value=\"false\" />");
			    document.write("<param " +
            "name=\"scale\" " +
            "value=\"exactfit\" />");
            document.write("<param " +
            "name=\"wmode\" " +
            "value=\"transparent\" />");
    document.write("</object>");
}
function WriteThumbnail(_img, _name, _id){
    document.write("<object " + 
            "type=\"application/x-shockwave-flash\" " + 
            "data=\"images/t13.swf?Name=" + _name + "&talentuid=" + _id + "&pic=" + _img + "\" " + 
            "width=\"113\" " +
            "height=\"180\">");
    document.write("<param " +
            "name=\"movie\" " +
            "value=\"images/t13.swf?Name=" + _name + "&talentuid=" + _id + "&pic=" + _img + "\" />");
	    document.write("<param " +
            "name=\"loop\" " +
            "value=\"false\" />");
			    document.write("<param " +
            "name=\"scale\" " +
            "value=\"exactfit\" swLiveConnect=true />");
    document.write("</object>");
}
	
	
