I want to jump over footer twice

This is my code

<!DOCTYPE html/>
<html lang="sv_en"/>
<head/>
<title/>Ida&emsp;&emsp;Bohman&trade;&emsp;REACH </title/>
<style/>
    h1 { font: 14px Verdana; }
        body { font: 14px Verdana; }
</style>
</head/>
<body/>
<h1/>Ida&emsp;Bohman<sup>&reg;</sup>&ensp;Brawl<sup>&trade;</sup></h1>
<div id="container"/>
<div id="wrapper"/>

</div>  
</div>
<footer/>&copy; Allocast AB, 2014</footer/>
<script src="js/shooter.js"/></script>
<script src="js/main.js"/></script>
</body>
</html>

I want to jump over footer twice from shooter.js; And then, jump over div twice and then declare the empty room and reach container

I have no idea what you mean with “jump over ”, can you explain more?