<html>
<head><title>Let's Spawn Popups Like It's 2005</title></head>
<body>
<script>
window.open('title1.html');
window.open('title2.html');
</script>
</body>
</html>
<html>
<head><title>Let's Spawn Popups Like It's 2005</title></head>
<body>
<script>
window.open('title1.html');
window.open('title2.html');
</script>
</body>
</html>