function show_game() 
{
      document.write('<ifr' + 'ame' +
                     ' name="framegame"' +
                     ' id="framegame"' +
                     ' width="450"' +
                     ' height="1350"' +
                     ' frameborder="0"' +
                     ' src="http://www.gamehouse.com/affiliates/template.jsp?AID=5054"' +
                     ' marginwidth="0"' +
                     ' marginheight="0"' +
                     ' vspace="0"' +
                     ' hspace="0"' +
                     ' allowtransparency="true"' +
                     ' scrolling="no">');
      document.write('</ifr' + 'ame>');
    }
 

show_game();

