function SayHello( arg )
{
    // show the message
    alert( arg );
}


