taropatch:
Will this do what you want maybe? It is four pages, just change the URL values to what you want to load.
<head>
<title>Multi Homepage Idea</title></head>
<FRAMESET ROWS=50%,50%><FRAMESET COLS=50%,50%>
<FRAME NAME='frameA' SRC='http://www.URL1.com'>
<FRAME NAME='frameB' SRC='http://www.URL2.com'>
</FRAMESET><FRAMESET COLS=50%,50%>
<FRAME NAME='frameC' SRC='http://www.URL3.com'>
<FRAME NAME='frameD' SRC='http://www.URL4.com'>
</FRAMESET></FRAMESET>
Cheers,
Sy