<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% Response.Redirect("http://www.infinite-video.com/about-infinite-video/") %>
<!--#include virtual="/Connections/infinitevideo.asp" -->
<%
Dim rsTestimonials
Dim rsTestimonials_cmd
Dim rsTestimonials_numRows

Set rsTestimonials_cmd = Server.CreateObject ("ADODB.Command")
rsTestimonials_cmd.ActiveConnection = MM_infinitevideo_STRING
rsTestimonials_cmd.CommandText = "SELECT TOP 1 ID, quote, name FROM dbo.ivp_testimonials ORDER BY NEWID()" 
rsTestimonials_cmd.Prepared = true
rsTestimonials_cmd.Parameters.Append rsTestimonials_cmd.CreateParameter("param1", 5, 1, -1, rsTestimonials__MMColParam) ' adDouble

Set rsTestimonials = rsTestimonials_cmd.Execute
rsTestimonials_numRows = 0
%>
<html>
<head>
<title>Infinite Video Productions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="nofollow" />
<META name="Description" CONTENT="Infinite Video Productions - High-end videography company based on Long Island that makes your special moments last forever.">
<META name="Keywords" CONTENT="infinite, video, productions, production, wedding, bar mitzvah, bat mitzvah, event, videographer, videography, NY, new york, LI, long island"> 
<link href="/css/css_ivp_styles.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/media/shadowbox/shadowbox.css" />
<script type="text/javascript" src="/media/shadowbox/shadowbox.js"></script>
<script type="text/javascript">
	Shadowbox.init({
		players:    ["flv", "iframe"]
		});
</script>

<script src="/ssi/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="/ssi/SpryAssets/SprySlidingPanels.js"  language="javascript" type="text/javascript"></script>
<script src="/ssi/SpryAssets/SpryEffects.js"  language="javascript" type="text/javascript"></script>
<link href="/ssi/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
<link href="/ssi/SpryAssets/SprySlidingPanels.css" language="javascript" rel="stylesheet" type="text/css" />

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
  } if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}
//-->
</script>

<!--#include virtual="/ssi/ssi_google_analytics.asp" -->
</head>
<%
	dim	current_year
		current_year = (year(Date))
%>		
<body>
	<div id="container_main">
		<div id="container_header">
        	<div id="container_header_image"><img src="/media/backgrounds/header_background.jpg"></div>
            <div id="logo"><img src="/media/backgrounds/ivp_logo_2.png"></div>
            <div id="reflection"></div>
			<!--#include virtual="/ssi/ssi_navbar.asp" -->
        </div>
        <div id="container_content">
            <div id="about_us">
                <div class="grey_small" style="padding: 20px 30px 10px;">ABOUT OUR COMPANY</div>
                <div class="grey_small" style="padding: 0px 30px;">Infinite Video Productions is not a wedding factory.  We care about each and every event we book.  The company is owned and operated by Michael Burns who has been in the videography industry for well over a decade.   Our videographers are professional television camera men who have worked for many local TV stations as well as national television production companies.  Since we don't overbook ourselves, you can rest assured that you will have Michael there on your special day.  We take pride in our work and believe that a company is only as good as its last job.  You will also be the only event booked for your date so you can rest assured that all of our attention is focused on you and your individual needs.</div>
                <div class="grey_small" style="padding: 10px 30px;">Click on the button below to see our interview with LIWeddings.com!</div>
                <div class="grey_small" style="padding: 0px 30px;">Voted "The Knot Best of Weddings 2011 Pick" by local brides.<br> <a href="http://www.theknot.com/Vendors/Infinite-Video/Profile/VID/182/333893/profile" target="_blank">View our profile on TheKnot.com</a></div>
            </div>
            <div id="testimonial_background">
                <div class="testimonial">"<%= rsTestimonials.Fields.Item("quote").Value %>"</div>
                <div class="testimonial" align="right">- <%= rsTestimonials.Fields.Item("name").Value %></div>
            </div>
            <!--#include virtual="/ssi/ssi_blog.asp" -->
	  	</div>
        <div id="clear_both">&nbsp;</div>
	  <!--#include virtual="/ssi/ssi_footer.asp" -->
	</div>
<!--#include virtual="/ssi/ssi_spry_footer.asp" -->
</body>
</html>