require "global.php";
StartPage();
echo "
$SEPARATOR home
$SEPARATOR webcam
$SEPARATOR
";
if (!file_exists('/tmp/camstop.lck')) {
$image1 = "frame.jpg";
$image2 = "mythframe.jpg";
$image3 = "dlinkframe.jpg";
$image4 = "dlink2frame.jpg";
$image4big = "dlink2/DCS-920.jpg";
$image5 = "dlink3frame.jpg";
$image5big = "dlink3/DCS-920.jpg";
} else {
$image1 = $image2 = $image3 = $image4 = $image5 = $image4big = $image5big ="testpattern.jpg";
}
echo "

Wireless cam.
This is a new DLink wireless camera that is set up in random places which may contain
kitties.

Wireless cam 2.
This is a new DLink wireless camera pointed outside.

Wireless cam 3.
This is yet another new DLink wireless camera that is set up in random places which may contain
kitties.
";
EndPage();
?>