<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Spitfire</title>
<script src="edit/index.js"></script>
<script>
var posWindow = new function () {
this.open = function () {
top.cms_content.addEventListener ("load", function () {
if (top.cms_content.onresize) {
top.cms_content.onresize ();
}
}, false);
}
}
</script>
<link rel="icon" href="images/logo.ico" type="image/ico">
</head>
<frameset id="cms_frameset_1" border="7" cols="320,*" style="border : 1px solid #cccccc;">
<frameset id="cms_frameset_2" border="0" cols="*,0">
<frameset framespacing="0" border="0" frameborder="0" rows="25,*,17">
<frame name="cms_headline" src="edit/cont_headline.php" marginwidth="0" marginheight="0" scrolling="no">
<frame name="cms_content" src="edit/cont_index.php?tpl=welcome" marginwidth="0" marginheight="0" scrolling="no">
<frame name="cms_statusbar" src="edit/cont_statusbar.php" marginwidth="0" marginheight="0" scrolling="no">
</frameset>
<frame name="cms_minimize" src="edit/cont_minimize.php" marginwidth="0" marginheight="0" scrolling="no" border="0" frameborder="0">
</frameset>
<frame name="cms_site" src="<?=!empty ($_SESSION['cms']['referer']) ? $_SESSION['cms']['referer'] : Setting::get ("system", "startPage", "/")?>" marginwidth="0" marginheight="0" scrolling="">
</frameset>
<body>
</body>
</html>