Didin't some of the islands wash away in a big storm once?
btw site admins, I notice the pic of the day links to http://www.urbantoronto.ca/picoftheday/picoftheday_large.jpg?<? echo rand(1,3000); ?>
If you want to use PHP in the vBulletin template, you'll need to create a plugin at hook location global_start and put the PHP in there. You'll need to assign the rand(1,3000); to a variable, say like $randomnumber = rand(1,3000); then in the header template where the pic of the day is entered, simply put $randomnumber after the question mark at the end of the URL. If you need more instructions just message me, I do this type of thing alot on SkyscraperPage Forum.