function play_51556(w, h){ if(!(w == parseInt(w) && (w >= 300 && w <= 450))){ w = 450; } h = Math.round((3/4) * w + 28); document.write(''); }