   <-script language="javascript"> 
document.title="my custom title"
</-script->

// On IE/FF set the title before the Document OnLoad takes place
document.title = "Nature Stock Photography Library featuring thousands of royalty free and rights managed nature photography and wildlife photography stock";
addEvent( window, "load", CustomizeTitle );




















