// misc functions
function printout(a,b)
{
	
	document.write(a+'@'+b+'.com');	
}