// F**k the spammers

//==============================================================================
function at()
//==============================================================================
{
	document.write("@");
}

//==============================================================================
function double_quote()
//==============================================================================
{
	document.write("\"");
}


//==============================================================================
function MailTo()
//==============================================================================
{
	document.write("href=");
	double_quote();
	document.write("mailto:");
}

//==============================================================================
function sage_domain()
//==============================================================================
{
	document.write("sage-exteriors");
	document.write(".com");
}

//==============================================================================
function SageAddress()
//==============================================================================
{
	document.write("Information_01");               
	at();
	sage_domain();
}

//==============================================================================
function SageAddress_href()
//==============================================================================
{
	MailTo();
	SageAddress();
	double_quote();
}

