function doMailMagic()
{ 
	<!-- Script doMailMagic: thanks to Tokubetsu and Jessica for the idea :-) // --> 
	var eArray = new Array(5); 
	eArray[2] = "udio@"; 
	eArray[1] = "agest"; 
	eArray[4] = "l.com?subject=Studio Feedback"; 
	eArray[0] = "elim"; 
	eArray[3] = "gmai"; 
	var thePlaceToBe = eArray.join(""); 
	window.top.location.href="mailto:" + thePlaceToBe; 
} 


