<?php
ini_set('display_errors', 'On');
ini_set('html_errors', 0);
error_reporting(E_ALL & ~E_NOTICE);
/*
if (empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] === "off") {
    $location = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
    header('HTTP/1.1 301 Moved Permanently');
    header('Location: ' . $location);
    exit;
}
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US">
<?php
include_once "flatfastsite.php";
?>
<head>
<!-- made by www.metatags.org -->
<meta name="description" content="Supporting artists with a positive message" />
<meta name="keywords" content="Progressive, Electronic, Dance, Music, Video, Song, Experimental, European, Atmospheric, Technopop, Retro, EDM, Trance" />
<meta name="author" content="metatags generator">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="3 month">
<title>Abound Productions - Music Comedy Funny Videos</title>
<!-- Electronic, Dance, Trance -->
</head>
<body class="pagedefault" style="direction: ltr; font-family:arial,helvetica">
<table>
  <tr>
    <td style="width:10%; vertical-align:top">
	  <img style="width:100%" src="images/abound-productions-logo.png">
    </td>
    <td style="width:90%">
      <span style="font-size:2.5em; font-weight:bold">Abound Productions</span><br/>
      Supporting artists with a positive message<br/>
    </td>
  <tr>
</table>
      
      <?php
      echo '<img src="'.get_var("main_image").'" style="width:100%">';
      echo "<br/>";
      echo_menu(0);
      ?>
      <br/>
      <h1 style="text-align:center"><?php echo_main_heading(); ?></h1>
      <?php
      
      echo_body_content();
      ?>
<br/>
<p style="text-align:center"><small><a href="?page_id=PrivacyPolicy">Privacy Policy</a></small></p>
</body>
</html>
