function change(usr){
	addr=(usr + '&#064;' + '&#051;&#100;&#118;&#115;&#108;' + '&#046;&#099;&#111;&#109;')
	document.write('<a href="' + '&#109;&#097;&#105;&#108;&#116;&#111;' + ':' + addr + '">' + addr + '</a>')
};


// stuff for jwmediaplayer
function thisMovie(swf) {
  if(navigator.appName.indexOf("Microsoft") != -1) {
    return window[swf];
  } else {
    return document[swf];
  }
};

function sendEvent(swf,typ,prm) { 
  thisMovie(swf).sendEvent(typ,prm); 
};

function getUpdate(typ,pr1,pr2,swf) {};




function playMovie(swf,item) {
	sendEvent(swf,'ITEM',item);
};
function writePlaylistItem(player,item,text) {
	document.write("<li><a class=\"dl\" title=\"download\" href=\"download\"><img src=\".\/style\/icons\/silk\/disk.png\"\/><\/a><a title=\"play movie '");
	document.write(text);
	document.write("'\" href=\"javascript:playMovie('" + player + "'," + item + ");");
	document.write("\"><img class=\"play\" src=\".\/style\/icons\/silk\/control_play.png\"\/><img src=\".\/style\/icons\/silk\/film.png\"\/>");
	document.write(text);
	document.write("<\/a><\/li>");
};

function playerReady(obj) {
	var id = obj['id'];
	var version = obj['version'];
	var client = obj['client'];
	//alert('player '+id+' has been instantiated');
};
