var homepage = 'Rachel Ward Books'
var about = 'About | Rachel Ward Books'
var news = 'News | Rachel Ward Books'
var books = 'Books | Rachel Ward Books'
var aboutwriting = 'Q & A | Rachel Ward Books'
var contact = 'Contact | Rachel Ward Books'
var links = 'Links | Rachel Ward Books'

var pagetitle = document.title ;


if(pagetitle == homepage){
     document.write("<img src='/wp-content/themes/minimalism/newcover.png' alt='Image'>");
	 }
	 
else if(pagetitle == about){
     document.write("<img src='/wp-content/themes/minimalism/author.png' alt='Image'>");
	 }
	 
else if(pagetitle == news){
     document.write("<img src='/wp-content/themes/minimalism/NG.png' alt='Image'>");
	 }
	 
else if(pagetitle == books){
     document.write("<img src='/wp-content/themes/minimalism/NO.png' alt='Image'><br/><br /><img src='/wp-content/themes/minimalism/newcover.png' alt='Image'>");
	 }
 
else if(pagetitle == aboutwriting){
     document.write("<img src='/wp-content/themes/minimalism/NP.png' alt='Image'>");
	 }

else if(pagetitle == contact){
     document.write("<img src='/wp-content/themes/minimalism/NG.png' alt='Image'>");
	 }

else if(pagetitle == links){
     document.write("<img src='/wp-content/themes/minimalism/NO.png' alt='Image'>");
	 }
	 
else{document.write("<img src='/wp-content/themes/minimalism/NG.png' alt='Image'>");
     }