function photoURL($index) { if($index == 0) { $id = 'main'; } else { $id = $index - 1; } return "./photo.php?" . storyPathQuery() ."&id=$id"; }
function channelsURL() { return "./channels.php?" . storyPathQuery(); }