function changeImage(d,b,e,g){if(e>1){var a=document.getElementById("pagination"+b);var f="pagination_bg blue_title";a.setAttribute("class",f);a.setAttribute("className",f);for(var c=1;c<=e;c++){if(c!=b){var a=document.getElementById("pagination"+c);var f="pagination_bg orange_titles";a.setAttribute("class",f);a.setAttribute("className",f)}}document.getElementById("image_result").style.backgroundImage="url(uploads/articles/slide_show/"+d+")";document.getElementById("link").href=g}};
