Friday, February 9, 2007

Law and Order


tv.power = "on";
tv.channel = "TNT";
while (tv.channel.content == "Law&Order"){
if (tv.channel.content.type == "Original")
couch.sit();
elseif (tv.channel.content.type == "SVU")
couch.sit();
elseif (tv.channel.content.type == "CriminalIntent")
tv.power = "off";
}

No comments: