/* ### -=-= [ ©2007 smokingcratersound.com ] =-=- ### */

window.onload = function(){ Ws() }
function GetId(Q){ return document.getElementById(Q) }
function GetTn(Q){ return document.getElementsByTagName(Q) }
function Mail2(x,y){ var mail_to = 'mai'+'lto:'+y+'@'+x; location.href = mail_to }
function Ws(){ var stat = document.title; window.status = stat; var x = GetId('school_head');
 if (x){ x = x.getElementsByTagName('span'); for (i=0;i<x.length;i++){ var y = x[i]; var dom = y.title; if (dom){ var to = y.id;
  y.innerHTML = '<a href="#" title="Send An Email" onclick="Mail2(\''+dom+'\',\''+to+'\');return false">'+to+'@'+dom+'</a>' } } }
 var z = GetTn('a'); for (i=0;i<z.length;i++){ z[i].onmouseout = function(){ window.status = stat }
  if (z[i].title){ z[i].onmouseover = function(){ window.status=(this.title);return true } }
  else { z[i].onmouseover = function(){ window.status=(this.innerHTML);return true } } }
}