<html>
<head>
<script>
function multiWin()
{
window.open("[URL unfurl="true"]http://www.yahoo.com");[/URL]
window.open("[URL unfurl="true"]http://www.google.com");[/URL]
window.open("[URL unfurl="true"]http://www.tgreer.com");[/URL]
}
</script>
</head>
<body>
<a href="JavaScript:multiWin();">Open lots of windows.</a>
</body>
</html>