<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="Connections/themediamakers.asp" -->
<%
Dim tmm_news
Dim tmm_news_numRows

Set tmm_news = Server.CreateObject("ADODB.Recordset")
tmm_news.ActiveConnection = MM_themediamakers_STRING
tmm_news.Source = "SELECT * FROM tmm_news ORDER BY newsDate DESC"
tmm_news.CursorType = 0
tmm_news.CursorLocation = 2
tmm_news.LockType = 1
tmm_news.Open()

tmm_news_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index

Repeat1__numRows = 4
Repeat1__index = 0
tmm_news_numRows = tmm_news_numRows + Repeat1__numRows
%>
<%
Dim MM_paramName 
%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters

Dim MM_keepNone
Dim MM_keepURL
Dim MM_keepForm
Dim MM_keepBoth

Dim MM_removeList
Dim MM_item
Dim MM_nextItem

' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then
  MM_removeList = MM_removeList & "&" & MM_paramName & "="
End If

MM_keepURL=""
MM_keepForm=""
MM_keepBoth=""
MM_keepNone=""

' add the URL parameters to the MM_keepURL string
For Each MM_item In Request.QueryString
  MM_nextItem = "&" & MM_item & "="
  If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
    MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
  End If
Next

' add the Form variables to the MM_keepForm string
For Each MM_item In Request.Form
  MM_nextItem = "&" & MM_item & "="
  If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
    MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
  End If
Next

' create the Form + URL string and remove the intial '&' from each of the strings
MM_keepBoth = MM_keepURL & MM_keepForm
If (MM_keepBoth <> "") Then 
  MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
End If
If (MM_keepURL <> "")  Then
  MM_keepURL  = Right(MM_keepURL, Len(MM_keepURL) - 1)
End If
If (MM_keepForm <> "") Then
  MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
End If

' a utility function used for adding additional parameters to these strings
Function MM_joinChar(firstItem)
  If (firstItem <> "") Then
    MM_joinChar = "&"
  Else
    MM_joinChar = ""
  End If
End Function
%>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Media Makers Design Studio</title>
<meta name="google-site-verification" content="ilJfm8Rpd5IAK0OaaKmcZhvBPsbm14qxzT8dri6E5WY" />
<meta name="keywords" content="web design, design, graphic design, graphics, mediamakers, media, media makers, wv, west virginia, programming, hosting, web hosting, web programming, creative, design studio, studio, marketing, advertising, ads, print, multimedia " />
<meta name="description" content="Media Makers Design Studio is focused on creative solutions for our business clients. Our experience includes web design, graphic design, marketing, print and ad campaigns, advertising, multimedia, web programming and web application development." />


<link href="text.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />


<script type="text/javascript" src="script/swfobject_source.js"></script>


</head>

<body>
<div align="center">
<br /><br /><br /><br />
<br /><br /><br />
<table width=600 border=0 cellpadding=0 cellspacing=0 align="center"><tr>
<td width=330 align="right"><img width=330 height=120 border=0 src="images/new_logo.jpg"><br />
  <br />  <img src="m-change-sm.jpg" width="200" height="18" alt="m" /><br /><br /></td>
<td width=70><br></td>
<td width=200>
<span class="body"><strong>Jason Hager</strong> - 304.208.4199<br /> 
<a href="http://www.linkedin.com/pub/jason-hager/1/1ba/a44"><img vspace="5" border=0 width=65 height=18 border=0 src="images/li-jhager.jpg" alt="Jason Hager - LinkedIN"></a> <br /><br />

<strong>Aaron Bowles</strong><br /> 
<a href="http://www.linkedin.com/in/aaronbowles"><img vspace="5" border=0 width=77 height=18 border=0 src="images/li-abowles.jpg" alt="Aaron Bowles - LinkedIN"></a> <br />
<br />
Media Makers Design Studio
<br />
PO Box 806
<br />
Hurricane, WV 25526</span><br />
  
</td>
</tr></table>
</div>



</body>
</html>

