
function resizeIframe(height){ document.getElementById('chompon').height = parseInt(height)+80; } function getCOUrlVars(){ if(window.location.href.indexOf('?') != -1) return (''+window.location.href.slice(window.location.href.indexOf('?') + 1)); else return '';} document.getElementById('chompon').src = document.getElementById('chompon').title + getCOUrlVars(); $(document).ready(function(){$(…
© 2013 Created by Bean Soup Times.