function mp3player (name, file, rootpath, xmlpath) {
   var so = new SWFObject(rootpath+"/images/mp3player.swf", "Gallery", "275", "285", "6", "#000");
   so.addVariable("playlist", rootpath + "/" + xmlpath);
   so.addVariable("file", file);
   so.addVariable("name", name);
   so.addParam("wmode", "transparent");
   so.addParam("menu", "true");
   so.write("mp3player");
}


function chkstr(str){
	if (document.newsletter.email.value == str){
		document.newsletter.email.value = '';
	}
	return false;
}
