function clearText(e){
	if(e.value == "http://example1.com - $125\nhttp://example2.com - $50\nhttp://example3.com - $175")
	e.value = ""
}

function checkText(e){
	if(e.value == "")
	e.value = "http://example1.com - $125\nhttp://example2.com - $50\nhttp://example3.com - $175"		
}
