YE.onDOMReady(function(){
    removeSMFromTitle();

    if(YD.hasClass(document.body,'notLoggedIn')) {
	useLightbox = false;
	showPhotoBar = false;
    }
});

function removeSMFromTitle() {
    var title = document.title;
    title = title.replace(/\- powered by SmugMug/, '');

title = title.replace(/Weddings - txt/,'Photo Journalistic Wedding Photographer-Photo Journalistic Wedding Photography'); 

title = title.replace(/About - txt/,'SanJose Wedding Photographer-SanJose Wedding Photography'); 

title = title.replace(/txt : Portfolio/,'Renaissance Photography-Photography Portfolio');

title = title.replace(/Engagements - txt/,'Renaissance Photography-Engagement Photography'); 

title = title.replace(/Portraits - txt/,'Renaissance Photography-Portrait Photography');


title = title.replace(/txt/,'Bay Area-Fine Art-Northern California Wedding Photographer-Bay Area Wedding Photography');




document.title=title;

}