// JavaScript Document
//
// See TextEdit file called How to Hide an Email.rtf
//  for details
//
//


function bigE(who,site,title,subject) 
	{ 
	document.write('<a href=\"mailto:' + who + '@' + site + '\?subject=' + subject + '\">');
	document.write (title + '</a>');
	} 
	



function copyright ()
	{
	copyright=new Date();
	update=copyright.getFullYear();
	document.write("&copy; "+ update + " Concrete Specialties Inc.");
	}