10d9 < var ourtowhat=''; 46,51c45 < if (ourtowhat != '') { < elem.style.backgroundRepeat='no-repeat'; < elem.style.backgroundPosition='20px 20px'; < elem.style.backgroundImage='url(' + ourtowhat + ')'; < ourtowhat=''; < } else if (iw >= 0 && ih >= 0 && 1 == 2) { --- > if (iw >= 0 && ih >= 0 && 1 == 2) { 106d99 < ourtowhat=towhat; 109d101 < ourtowhat=towhat; 129,142c121 < var newarea=(location.search.split('area=')[1] ? ('' + location.search.split('area=')[1].split('&')[0]) : ''); < if (parent.document.getElementById('fkludge')) { < newone=(parent.document.getElementById('fkludge').value.split('svg=')[1] ? ('' + maybeaddprefix(parent.document.getElementById('fkludge').value.split('svg=')[1].split('&')[0]) + '') : ''); < newarea=(parent.document.getElementById('fkludge').value.split('area=')[1] ? ('' + maybeaddprefix(parent.document.getElementById('fkludge').value.split('area=')[1].split('&')[0]) + '') : ''); < if (newone != "" && newarea != "") { < image_array.push(newone); < ourareawas.push(eval(newarea)); < //alert(newarea + ' ... ' + newone); < //ashape=eval(1 - image_array.length); < if (ashape < 0) setTimeout(drawashape, 1200); < } < } else { < newone=(location.search.split('svg=')[1] ? ('' + maybeaddprefix(location.search.split('svg=')[1].split('&')[0]) + '') : ''); < newarea=(location.search.split('area=')[1] ? ('' + location.search.split('area=')[1].split('&')[0]) : ''); --- > var newarea=(location.search.split('area=')[1] ? ('' + maybeaddprefix(location.search.split('area=')[1].split('&')[0]) + '') : ''); 157,159c136,137 < if (ashape < 0) setTimeout(drawashape, 1200); < } < } --- > } > if (ashape < 0) setTimeout(drawashape, 500);