function ddddddddesadasdeeeee(which)
{

	if (which=='info')
	{
		user = "information";
		site = "omni-manager.com";
		who = "OMNI Representative";
		subj = "?subject=I&rsquo;m interested in an speaking to you about OMNI-Manager.";
		status = 'Email your OMNI Rep';
	}
	if (which=='hotcell')
	{
		user = "4438400689";
		site = "mycingular.com";
		who = "Text Message an OMNI Rep";
		subj = "?subject=Can you contact me right away?";
		status = "Contact your OMNI Rep Via Text Message";
	}
	
		var email = '<a href=\"mailto:' + user + '@' + site + subj +'\">';
		var usr = who +'</a>';
		return email+usr;
}



