function addmyEmbed(vid , fileID, myURL)
{
this.vid=vid
this.myURL=myURL
this.fileID=fileID

window.open(''+MELODYURL+'/m2e_share_code.php?vid='+this.vid+'&fileID='+this.fileID+'&myURL='+this.myURL+'&social=myspace', 'share','toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=no,width=450,height=300,left=100,top=50');
}
