<?php

$title1 = "cornwall";
$title2 = "the hurlers and the cheesewring";
$year = 2004;

$dir1 = "http://tartarus.org/~gareth/pictures/cornwall/";
$dir2 = "http://tartarus.org/~gareth/pictures/cornwall/cheesewring";

$precomment = "<br>The small stone room is apparently Daniel Gumb's house.
There is a mathematical picture etched on the roof (which can be seen in the
seemingly dull picture if you look closely).<br><br>";

$photos = array(
"smaller-dscf0067.jpg",
"smaller-dscf0068.jpg",
"smaller-dscf0069.jpg",
"smaller-dscf0070.jpg",
"smaller-dscf0071.jpg",
"smaller-dscf0072.jpg",
"smaller-dscf0073.jpg",
"smaller-dscf0074.jpg",
"smaller-dscf0075.jpg",
"smaller-dscf0077.jpg",
"smaller-dscf0078.jpg"
);

$thumbs = array(
"thmb-dscf0067.jpg",
"thmb-dscf0068.jpg",
"thmb-dscf0069.jpg",
"thmb-dscf0070.jpg",
"thmb-dscf0071.jpg",
"thmb-dscf0072.jpg",
"thmb-dscf0073.jpg",
"thmb-dscf0074.jpg",
"thmb-dscf0075.jpg",
"thmb-dscf0077.jpg",
"thmb-dscf0078.jpg",
);

$postcomment = '<br><br>It was very windy, and there is a small panoramic
film from <a href = 
"http://tartarus.org/~gareth/pictures/cornwall/cheesewring/dscf0076.avi">
up near the Cheesewring</a>.<br>';

include("../pics.phtml");
?>
