
if (document.images) {
homeoff = new Image
whoweareoff = new Image
whowesupportoff = new Image
howtogetinvolvedoff = new Image
fundingcriteriaoff = new Image
blogoff = new Image
contactoff = new Image

homeon = new Image
whoweareon = new Image
whowesupporton = new Image
howtogetinvolvedon = new Image
fundingcriteriaon = new Image
blogon = new Image
contacton = new Image

homeoff.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_home.gif"
whoweareoff.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_whoweare.gif"
whowesupportoff.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_whowesupport.gif"
howtogetinvolvedoff.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_howtogetinvolved.gif"
fundingcriteriaoff.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_fundingcriteria.gif"
blogoff.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_blog.gif"
contactoff.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_contact.gif"

homeon.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_home_r.gif"
whoweareon.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_whoweare_r.gif"
whowesupporton.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_whowesupport_r.gif"
howtogetinvolvedon.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_howtogetinvolved_r.gif"
fundingcriteriaon.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_fundingcriteria_r.gif"
blogon.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_blog_r.gif"
contacton.src = "http://thepilgrimfoundation.org/blog/wp-content/themes/beautiful-night/images/nav_contact_r.gif"

}
else {

homeoff =  " "
whoweareoff =  " "
whowesupportoff =  " "
howtogetinvolvedoff =  " "
fundingcriteriaoff =  " "
blogoff =  " "
contactoff =  " "

homeon =  " "
whoweareon =  " "
whowesupporton =  " "
howtogetinvolvedon =  " "
fundingcriteriaon =  " "
blogon =  " "
contacton =  " "


document.home =  " "
document.whoweare =  " "
document.whowesupport =  " "
document.howtogetinvolved =  " "
document.fundingcriteria =  " "
document.blog =  " "
document.contact =  " "


}