function rotateStory(){ var url = window.location.href; if(url.indexOf('/index.shtml') != -1 || url.indexOf('.shtml') == -1){ document.getElementById('imgStory').src = '/cms/images/storyImages/26_207.jpg'; document.getElementById('lnkStory').href = '/initiatives/art_works.shtml'; } }