<% 
Option Explicit 
On Error Resume Next
Dim album_dir, album_file, welcome_text, slideShowDelay,imgPerRow

' System Setup [Do Not Change, unless necessary]
album_dir = "/album/" 
album_file = "default.asp"
welcome_text = "Stallion Doors Photo Gallery"
slideShowDelay = 3000 '[in ms. sets the delay between transitions]
imgPerRow = 5 ' Images per row, when displayed using thumbnail
' End System Setup
%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://www.w3.org/2000/08/w3c-synd/#">
<title>Stallion Doors Photo Gallery</title>
<link rel="StyleSheet" href="<%=album_dir%>_system/styles.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="554" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="43" colspan="3"><img src="_system/images/gallery_r1_c1.jpg" width="554" height="43"></td>
  </tr>
  <tr>
    <td width="18" valign="top"><img src="_system/images/gallery_r2_c1.jpg" width="18" height="52"></td>
    <td width="517" align="center" valign="top"><!-- #include file="_system/album.inc" --></td>
    <td width="19" valign="top"><img src="_system/images/gallery_r2_c3.jpg" width="19" height="52"></td>
  </tr>
</table>
</body>
</html>