<html>
<head>
<title>"Is Cit Torque?" Test</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<script language="javascript">
var Cit;
var isCitTorque = prompt("Is Cit Torque?","Yes or No");
if (isCitTorque == "Yes")
{
document.write("Hey, Chill out and drink Canadian beer!");
}
else if (isCitTorque != "Yes")
{
document.write("F*** Off!");
}
</script>
</body>
</html>
********************************************************
Just cut-n-paste into your favorite text editor and run it in the browser of your choice.
