<!--hide script from old browsers
function doit()
{
 var greeting="HELLOOOOOO! Your question was: \n\n"
 var contact="\n\nAs good as the online world is sometimes it's better to do it the old-fashioned way. Yep...talk. You can contact me on 0415 274 175. Or if you are a bit shy, email me on janine@googan.com"

  alert(greeting + document.myform.message.value + contact)

}
// JavaScript Document-->

//function doit()
//{
  //var greeting="So, you want to find out:   "
  //var contact="    As sophisticated as this webpage is, sometimes it's always better just to do it the old-fashioned way. Yep...talk. I'm in Japan at the moment and you can contact me on ph - +81 45 367 2106 or on the mobile - 080 3122 9446. If you still want to keep it distant, you can always email me - jegoogan21@hotmail.com."

  //alert(greeting + document.myform.message.value + contact)

//}