var initMainImageCallbackInterval = 125; var initMainImageCallbackID = window.setTimeout(initMainImageCallback,initMainImageCallbackInterval); var CustomCode_MainImageID = 'MainImage'; function initMainImageCallback(){ if( document.getElementById(CustomCode_MainImageID) ) { initCustomCode_MainImage(); window.clearTimeout(initMainImageCallbackID); } else { initMainImageCallbackID = window.setTimeout(initMainImageCallback,initMainImageCallbackInterval); } }; function initCustomCode_MainImage() { //alert( location.href ); var url = location.href; var path = 'http://m.blog.hu/za/zajkelto/image/menuimages/'; var img = document.getElementById(CustomCode_MainImageID); if( url.indexOf('tags/zene') > -1 ) { img.src = path+'mainimage_zene.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/alternativ') > -1 ) { img.src = path+'subimage_alternativ.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/pop') > -1 ) { img.src = path+'subimage_pop.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/rock') > -1 ) { img.src = path+'subimage_rock.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/ska_punk') > -1 ) { img.src = path+'subimage_punk_ska.gif'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/dance') > -1 ) { img.src = path+'subimage_dance.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/rap_hip_hop') > -1 ) { img.src = path+'subimage_rap_hiphop.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/r_n_b') > -1 ) { img.src = path+'subimage_rnb.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/folk') > -1 ) { img.src = path+'subimage_folk.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/film') > -1 ) { img.src = path+'mainimage_film.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/irodalom') > -1 ) { img.src = path+'mainimage_irodalom.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/szinhaz_mozi') > -1 ) { img.src = path+'mainimage_szinhaz_mozi.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/esemenyek') > -1 ) { img.src = path+'mainimage_esemenyek.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/kapcsolatok') > -1 ) { img.src = path+'mainimage_kapcsolatok.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/elerhetosegek') > -1 ) { img.src = path+'subimage_elerhetosegek.jpg'; img.width = 750; img.height = 250; } else if( url.indexOf('tags/rolunk') > -1 ) { img.src = path+'mainimage_fooldal.jpg'; img.width = 750; img.height = 250; } else { img.src = path+'mainimage_fooldal.jpg'; img.width = 750; img.height = 250; } }