/*var y=document.images,c=y.length,t,x,z;for(z=0;z<c;z++)if(y[z].className.indexOf('g ')!=-1){y[z].oldsrc=y[z].src;y[z].onmouseover=new Function('p(this)');if((q=y[z].getAttribute('price'))&&q!="['0']"&&q!="['']")y[z].onmouseup=new Function('sc(this)');else{y[z].onmouseup=function(){alert('Sorry, the '+this.title.match(/^[^:]+/)+' is not for sale');}}t=new Image();t.src=gs(y[z]);}function p(i){if(arguments.length==1)y['bigpic'].src=gs(i);if((q=i.getAttribute('price'))&&q!="['0']"&&q!="['']")i.style.cursor='pointer';el('popup_name').innerHTML=el('popup_shadow').innerHTML=i.title.replace(/:.+$/,'');el('pic').style.width=el('bigpic').width+'px';}function gs(i){x=i.src;x=x.replace(/thumb/,'main');return x.replace(/\.gif/i,'.jpg');}*/

var d = document;
var el = function(_el) { return (d.getElementById ? d.getElementById(_el) : d.all[_el]); }
var tags = function(_tag) { return (d.getElementsByTagName ? d.getElementsByTagName(_tag) : d.all.tags[_tag]); }

//if (el('pics')) p(el('pics').childNodes[1], 0);

el('footer').innerHTML = '<h5>&copy; ' + (new Date()).getFullYear() + ' - even design inc.</h5>';
//el('popup_name').style.marginTop=el('popup_shadow').style.marginTop=el('bigpic').height-30+'px';