function showHello(place) {
	document.getElementById(place).innerHTML =
    '<p><a href="http://www.dosug.cz/servlet/en/portal">sign in to personal cabinet</a> | '
    +'<a href="http://www.dosug.cz/servlet/en/search"><b>search for the girls</b></a> | '
    +'<a href="http://www.dosug.cz/servlet/en/contacts">I\'m a girl and I want to be here</a></p>';
}

