Language Basics JavaScript DHTML




var r=Math.random()
if (r>0.5){
    document.write("rntsoft")
}else{
    document.write("Google!")
}