}
    ?>
					</div>
				</div>
			<?php 
}
// End the loop. Whew.
?>
	
			
		</div>

		<div id="video" class="front-page-item">
		<div class="item-title">video</div>
		<?php 
echo get_latest_video();
?>
		</div>
		
		<div id="twitter-box" class="front-page-item">
		<h2>twitter</h2>
		<? include("extlib/tweets.php"); ?>
		<a href="#"><span id="tweet-follow">+Follow</span></a>
		</div>

		<div id="photo-box" class="front-page-item">
		<div class="item-title">photos</div>
		<? facebook_photos('https://graph.facebook.com/170678996317734/photos');?>
		</div>

	</div>
<?php

require_once youtubefeed . php;
?>

<html>
 <head>
 <meta charset="utf-8" />
 </head>
 
 <body>
  <center>
    <h1>Here you page design</h1>
    <p><?php 
//Set up your channel name and config width and height
get_latest_video('UCh0tvxFxYrPrYI0dKf0RqsA', '230', '170');
?>
    </p>
  </center>
  </body>
</html>