<?php
///////////////////////////////////////////////////////////////////
// This is not a security hole.
// 50 Marketing shows our source code so
// others can learn from it and see how we
// program. We believe in the open source
// movement and firmly believe that information
// and coding is a learning experience.
///////////////////////////////////////////////////////////////////
// Programmer: Chad R. Smith (chad.smith -at- 50marketing.com)
// Last Update: 10.17.05 : 2:30 PM
///////////////////////////////////////////////////////////////////
// Copyright : 2005 50 Marketing | All rights reserved
///////////////////////////////////////////////////////////////////
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
include_once("includes/metadata.inc.php");
?>
<title>50 Marketing - Print Media</title>
<style type="text/css">
@import url("css/layoutcss.css");
/* BELOW WILL INCLUDE THE BACKGROUND LAYER */
@import url("css/print_css.css");
</style>
</head>
<body>
<div class="topBar">
<?php
include_once("includes/links.inc.php");
?>
</div>
<div class="level0">
<div class="level1">
<div class="level1_1_0">
</div>
<div class="level1_1_1">
<div class="level1_1_1_1">
<strong>Print Media</strong>
<div>
<span style="padding-left:8px;"> </span>50 Marketing has the expertise to identify which options will work best for your print needs and turn them into a successful marketing strategy. Our services encompass the entire print process. We handle media buying, placement, design, print, and post-campaign analysis.
</div>
</div>
</div>
<?php
include_once("includes/print.links.inc.php");
?>
</div>
</div>
<div class="bottomBar">
<?php
include_once("includes/footer.links.inc.php");
?>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-855084-1";
urchinTracker();
</script>
</body>
</html>