
usr1  = "webmaster";
usr4  = "support";
usr5  = "submit";
usr10  = "dwright_art";  //TEMP
usr11  = "skb4889"  //TEMP
usr12  = "joeroxx"  //TEMP

url1  = "starving-artists.net";
url3  = "MIKE SIBLEY FINE ART";
url10  = "yahoo.com"  //TEMP
url11  = "yahoo.com"  //TEMP
url12  = "msn.com"  //TEMP

txt1  = "Starving-Artists.net";
txt2  = "click here";
txt3  = "SibleyFineArt.com";

	// TEMP  ROXANNE JANCSIK
function temp_roxanne(){
	output = '<a class="normul" href="mailto:' + usr12 + '@' + url12 + '"><b>Click to email Roxanne</b></a>';
	return output;
}
	// TEMP  STEVE BALL
function ball(){
	output = '<a class="normul" href="mailto:' + usr11 + '@' + url11 + '">' + usr11 + '@' + url11 + '</a>';
	return output;
}
	// TEMP  DARWING TOGETHER - Diane
function diane(){
	output = '<a class="normul" href="mailto:' + usr10 + '@' + url10 + '">' + usr10 + '@' + url10 + '</a>';
	return output;
}


	// WEBMASTER - bold
function webmaster(){
	output = '<a class="ulhvr" href="mailto:' + usr1 + '@' + url1 + '">' + usr1 + '@' + txt1 + '</a>';
	return output;
}

	// WEBMASTER - normal
function webmaster2(){
	output = '<a class="normul" href="mailto:' + usr1 + '@' + url1 + '">' + usr1 + '@' + txt1 + '</a>';
	return output;
}

	// MSFA website
function msfa(){
	output = '<a class="ulhvr" href="' + txt3 + '" target="_blank">' + url3 + '</a>';
	return output;
}

	// SUPPORT at SA
function support(){
	output = '<a class="ulhvr" href="mailto:' + usr4 + '@' + url1 + '">' + usr4 + '@' + txt1 + '</a>';
	return output;
}

	// SUPPORT at SA (Click here)
function support2(){
	output = '<a class="ulhvr" href="mailto:' + usr4 + '@' + url1 + '">' + txt2 + '</a>';
	return output;
}
function support3(){
	output = '<a class="ulhvr" href="mailto:' + usr4 + '@' + url1 + '&subject=Query from Starving Artists 2 FAQs">' + txt2 + '</a>';
	return output;
}

	// SUBMIT at SA
function submit(){
	output = '<a class="ulhvr" href="mailto:' + usr5 + '@' + url1 + '">' + usr5 + '@' + txt1 + '</a>';
	return output;
}


	// SUBMIT at SA (click here)
function submit2(){
	output = '<a class="ulhvr" href="mailto:' + usr5 + '@' + url1 + '">' + txt2 + '</a>';
	return output;
}
