// search index for WYSIWYG Web Builder
var database_length = 0;

function SearchPage(url, title, keywords, description)
{
   this.url = url;
   this.title = title;
   this.keywords = keywords;
   this.description = description;
   return this;
}

function SearchDatabase()
{
   database_length = 0;
   this[database_length++] = new SearchPage("index.html", "www.cannonking.co.uk/", "www cannonking co uk welcome to the world of wildlife through my eyes designed and built by raymond king links imaging birdimages nature photographers wales nbsp steven round bird photography contact me at canonking hotmail about latest pictures coast river flora amp fauna woodlands picks jeremy inglis ", "Wildlife photography of south wales ");
   this[database_length++] = new SearchPage("About_Me.html", "About me", "about me copyright ©camking links contact at canonking hotmail co uk please take few minutes to sign my nbsp all feedback appreciated thank you see photography as art used express the way and feel natural world around share beauty of nature in work photographs on this site are available for purchase full quality tiff files images copyrighted can only be downloaded with permission copyright©camking alternatively purchased through portfolio shutterpoint many have bean publication ephotozine book guide great cardiff biodiversity forest farm information leaflet website countryside council wales video stills below name raymond king occupation photographer favorite camera canon subjects wildlife amp landscape books digital science by john barbara gelach niall benvie bird arthur morris location west mic clark superb photograper kelvin dean lots pictures taken from plenty history glamorgan birds good check out sittings south area gerlach very usfull search welcome latest coast river flora fauna woodlands picks fears over energy plans government is examine feasibility generating electricity an enormous barrage that would built across severn estuary business enterprise secretary hutton made announcement week’s labour party conference claims could generate per cent uk’s total needs harnessing severn’s tidal range but critics say it will come cost environment wintering waders wildfowl particular “we must open not closed minds how we meet tomorrow said rspb other conservation groups however type proposed destroy forever mudflats saltmarshes provide feeding grounds estimated winter species affected include bewick’s swan shelduck curlew redshank “huge amounts new habitat created if havens fashioned lost rspb’s director mark avery ", "Wildlife photography of south wales ");
   this[database_length++] = new SearchPage("Coast.html", "Coast", "coast welsh wildlife birds of the photographs taken around south and west wales welcome nbsp about me latest pictures river flora amp fauna woodlands my picks ", "Wildlife photography of south wales ");
   this[database_length++] = new SearchPage("River.html", "River", "river welsh wildlife photographs taken in and around rivers lakes south wales birds of the welcome nbsp about me latest pictures coast flora amp fauna woodlands my picks ", "Wildlife photography of south wales ");
   this[database_length++] = new SearchPage("Flora_&_Fauna.html", "Flora & Fauna", "flora fauna pictures of and taken in around south wales welsh wildlife welcome nbsp about me latest coast river amp woodlands my picks ", "Wildlife photography of south wales ");
   this[database_length++] = new SearchPage("Woodlands.html", "Woodlands", "woodlands welsh wildlife photographs of birds taken in forest and woods the south wales area welcome nbsp about me latest pictures coast river flora amp fauna my picks ", "Wildlife photography of south wales ");
   this[database_length++] = new SearchPage("My_Picks.html", "My Pick", "my pick some of best shots please sign nbsp all feedback is welcome and appreciated about me latest pictures coast river flora amp fauna woodlands picks ", "Wildlife photography of south wales ");
   this[database_length++] = new SearchPage("Latest_Pictures.html", "Coast", "coast welcome nbsp about me latest pictures river flora amp fauna woodlands my picks little eagret chough kestrel peregrine falcon pair family spotted flycatcher whitethroat fulmar fulmer head sedge warbler shell duck chicks kingfisher nest feeding dipper young at hole willow cuckoo dunock tree pippet pyramidal orchid four chaser grass hopper large skipper snipe ", "Wildlife photography of south wales ");
   return this;
}
