Some Ice Cold Cars

Posted on October 18, 2006 
Filed Under Random

Forget about the snow shovel, these people are gong to need ice picks and chisels to get out of this.
frozen function toggleview(element1) { var element1 = document.getElementById(element1); if (element1.style.display == 'block' || element1.style.display == ''){ element1.style.display = 'none'; }else{ element1.style.display = 'block'; element1.style.position = 'absolute'; } return; }

Comments

Leave a Reply




XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>