It looks like you're new here. If you want to get involved, click one of these buttons!
<script type = \"text/javascript\">
<!-- hide me from older browsers
var the_name = prompt(\"What's your name ?\", \"\");
if (the_name == \"Xinapse\")
{
document.write(\"Welcome leet haxor\");
} else {
document.write(\"Welcome, \" + the_name + \". Good to See you!\");
}
// show me -->
</script>