<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
<head>
<title>Airigami - Portfolio index</title>
<LINK HREF="airigami.css" REL="stylesheet" TYPE="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> 

<?php
    
foreach($HTTP_GET_VARS as $key => $var)
        
$getvars .= "$key=$var&";
?>

</head>

<body bgcolor="#ffffff" text="#000000">

<center>
<h1>Embedded portfolio sample</h1>
<h2>Photos by Larry Moss</h2>

  <table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#ffffff">
<tr>
    <td align="left" height="465" valign="top">
    <?php readfile("http://moss.balloonhq.com/embed/catlist.php?$getvars"); ?>
    </td>

    <td align="center" valign="top">
    <p class="bodyText" align="left">
    Click on any of the thumbnails to get a larger photo with detailed
    information.</p>
    <?php readfile("http://moss.balloonhq.com/embed/thumbs.php?perpage=100&thumbsize=smallthumb&$getvars"); ?>
    </td>
    
</tr></table>
</table>
</center>
                                                                                                                                                                                                                              </body>
</html>