function rotateStory(){ var url = window.location.href; if((url.indexOf('/index.shtml') != -1 || url.indexOf('.shtml') == -1) && url.indexOf('.aspx') == -1){ document.getElementById('imgStory').src = '/cms/images/storyImages/34_882.jpg'; document.getElementById('lnkStory').href = '/grants/Lizette.shtml'; } }