﻿
function UhHuh ()
{
	var one;
	var two;
	var three;
	var four;
	var five;
	var six;
	var seven;
	
	one = "jon";
	two = "@";
	three = "sagara";
	four = "software";
	five = ".";
	six = "com";	
	seven = one + two + three + four + five + six;
	
	document.write ("<a href=\"mailto:" + seven + "\">" + seven + "</a>");
}

function YouBet ()
{
	var one;
	var two;
	var three;
	one = "916";
	two = "601";
	three = "6649";
	document.write ("(" + one + ") " + two + "-" + three);
}