//javascript document
	function fix_addr(){ 
		var fix1,fix2,fix3,fix4;
		fix1 = "<a href=";
		fix1 += '"mai';
		fix1 += 'lto:';
		fix2 = '';
 	fix2 += 'f';
 	fix2 += 'e';
 	fix2 += 'e';
 	fix2 += 'd';
 	fix2 += 'b';
 	fix2 += 'a';
 	fix2 += 'c';
 	fix2 += 'k';
 	fix2 += '@';
 	fix2 += 'o';
 	fix2 += 'l';
 	fix2 += 'd';
 	fix2 += 'i';
 	fix2 += 'e';
 	fix2 += 's';
 	fix2 += '1';
 	fix2 += '3';
 	fix2 += '5';
 	fix2 += '0';
 	fix2 += '.';
 	fix2 += 'n';
 	fix2 += 'e';
 	fix2 += 't';
		fix3 = '';
		fix3 += '">';
 	fix3 += 'f';
 	fix3 += 'e';
 	fix3 += 'e';
 	fix3 += 'd';
 	fix3 += 'b';
 	fix3 += 'a';
 	fix3 += 'c';
 	fix3 += 'k';
 	fix3 += '@';
 	fix3 += 'o';
 	fix3 += 'l';
 	fix3 += 'd';
 	fix3 += 'i';
 	fix3 += 'e';
 	fix3 += 's';
 	fix3 += '1';
 	fix3 += '3';
 	fix3 += '5';
 	fix3 += '0';
 	fix3 += '.';
 	fix3 += 'n';
 	fix3 += 'e';
 	fix3 += 't';
		fix4 = '</a>';
		document.write(fix1+fix2+fix3+fix4);
	}

function writeFooter() {
	document.write("<span style='font-weight:bold;'>Copyright ©2010 WEZS Oldies 1350");
	document.write("<br>");
    fix_addr();	
	document.write("<br>");
	document.write("<span style='font-weight:bold;'>");
	document.write("</span>");
}
