function update(h, w, instance) {
	document.getElementById(instance).style.height = h+"px";
	document.getElementById(instance).style.width = w+"px";
}

function buildAddress(instance, front) {
	var mt = "mailto:";
	var base = ["colossal-squid","com"];
	base = base.join(".");
	document.getElementById(instance).href = mt + front + "@" + base;
	document.getElementById(instance).innerHTML = front + "@" + base;
}

swfobject.embedSWF("wp-content/themes/squid/swf/header.swf", "headerFlash", "920", "420", "9.0.0", "swf/expressInstall.swf");