<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HaloVidz.com - The #1 source for Halo Videos!  </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/templates/TerminusGrunge-v4.2.1/style/main.css" />
<link rel="stylesheet" type="text/css" href="/templates/TerminusGrunge-v4.2.1/style/fileuploader.css" />
<script src="/javascripts/jquery-1.3.2.min.js"></script>
<script src="/javascripts/ajaxupload.js" type="text/javascript"></script>
<script src="/javascripts/jquery/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="/javascripts/jquery.validate.js"></script>
<script type="text/javascript">
			jQuery.noConflict();
		</script>
<script type="text/javascript" src="/javascripts/formtool/formtool.js"></script>
<script type="text/javascript" src="/javascripts/prototype/prototype.js"></script>
<script type="text/javascript" src="/javascripts/scriptaculous/scriptaculous.js"></script>
<script type="text/javascript" src="/javascripts/thickbox/thickbox.js"></script>
<link rel="stylesheet" href="/javascripts/thickbox/ThickBox.css" type="text/css" media="screen" />
<script type="text/javascript" src="/javascripts/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" href="/javascripts/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
<script type="text/javascript" src="/javascripts/categ_selection/categ_selection.js"></script>
<script type="text/javascript">
        var valid_obj = new Object();
    </script>
</head>
<body>
<script type="text/javascript">


function increase_height() {
   height = parseInt(document.getElementById('slide').style.marginTop);
   if (height<110) {
      document.getElementById('slide').style.marginTop = eval(height+2)+"px";
      setTimeout("increase_height()",0.0001);
   } else {
      document.getElementById('panel').style.zIndex = 200;
   }
}

function decrease_height() {
   height = parseInt(document.getElementById('slide').style.marginTop);
   document.getElementById('panel').style.zIndex = -1;
   if (height>0) {
      document.getElementById('slide').style.marginTop = eval(height-2)+"px";
      setTimeout("decrease_height()",0.0001);
   }
}

function show_panel() {
  
   height = parseInt(document.getElementById('slide').style.marginTop);
   if (height>0) {
      decrease_height();
   } else {
      increase_height();
   }
   return false;
}

function ajaxFunction()
{

var xmlHttp;

try
  {
  // Firefox, Opera 8.0+, Safari
  xmlHttp=new XMLHttpRequest();
  }
catch (e)
  {
  // Internet Explorer
  try
    {
    xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
    }
  catch (e)
    {
    try
      {
      xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
      }
    catch (e)
      {
      alert("Your browser does not support AJAX!");
      return false;
      }
    }
  }
  xmlHttp.onreadystatechange=function()
    {
    if(xmlHttp.readyState==4)
      {
      }
    }
   var url = "http://www.halovidz.com/update_session.php";

   xmlHttp.open("POST", url, false);
   xmlHttp.setRequestHeader( 
    'Content-Type', 
    'application/x-www-form-urlencoded; charset=UTF-8' 
); 
   xmlHttp.send('url='+window.location);
  }
</script>
</script>
<script type="text/javascript">
jQuery(function($) {
	$(document).ready(function(){
		
												jQuery.validator.messages.required = "This field is required.";
																jQuery.validator.messages.remote = "Please fix this field.";
																jQuery.validator.messages.email = "Invalid email address format.";
																jQuery.validator.messages.url = "Invalid URL.";
																jQuery.validator.messages.date = "Invalid date format.";
																jQuery.validator.messages.dateISO = "Please enter a valid date (ISO).";
																jQuery.validator.messages.dateDE = "Bitte geben Sie ein gültiges Datum ein.";
																jQuery.validator.messages.number = "Required numeric field.";
																jQuery.validator.messages.numberDE = "Bitte geben Sie eine Nummer ein.";
																jQuery.validator.messages.digits = "Required integer field.";
																jQuery.validator.messages.creditcard = "Please enter a valid credit card number.";
																jQuery.validator.messages.equalTo = "Please enter the same value again.";
																jQuery.validator.messages.accept = "Please enter a value with a valid extension.";
																jQuery.validator.messages.maxlength = $.format("Please enter no more than {0} characters.");
																jQuery.validator.messages.minlength = $.format("Please enter at least {0} characters.");
																jQuery.validator.messages.rangelength = $.format("This field must have minimum {0} characters and maximum {1} characters..");
																jQuery.validator.messages.range = $.format("Please enter a value between {0} and {1}.");
																jQuery.validator.messages.max = $.format("Please enter a value less than or equal to {0}.");
																jQuery.validator.messages.min = $.format("Please enter a value greater than or equal to {0}.");
									
		
		function fireEvent(obj, evt) {
            var fireOnThis = obj;
            if (document.createEvent) {
              var evObj = document.createEvent('MouseEvents');
                evObj.initEvent(evt, true, false);
                fireOnThis.dispatchEvent(evObj);
            } else if (document.createEventObject) {
                fireOnThis.fireEvent('on'+evt);
            }
        }
		
		//valid obj isntantiated in header.tpl
                valid_obj.login_form = {
				debug: false,
				onKeyUp: true,
                onfocusout: false,
				errorElement: "span",
				errorClass: "errForm",
				submitHandler: function(form) {
					// do other stuff for a valid form
					if ($("#login_form").valid()) {
						form.submit();
					}
				},
				
				"rules": {user: {"required":true},pass: {"required":true}}, "messages": {}
		};

        $("#login_form").validate(valid_obj.login_form);

                var selects = $("#login_form").find("select");
                var crt;
                $.each(selects, function() {
                    crt = this.id;
                    if(typeof(valid_obj.login_form.rules[crt]) !== 'undefined') {
                        $("#"+crt).change(function() {
                          $(this).valid();
                        });
                    }
                });
    });
});
</script>
<script type="text/javascript">
jQuery(function($) {
	$(document).ready(function(){
		
												jQuery.validator.messages.required = "This field is required.";
																jQuery.validator.messages.remote = "Please fix this field.";
																jQuery.validator.messages.email = "Invalid email address format.";
																jQuery.validator.messages.url = "Invalid URL.";
																jQuery.validator.messages.date = "Invalid date format.";
																jQuery.validator.messages.dateISO = "Please enter a valid date (ISO).";
																jQuery.validator.messages.dateDE = "Bitte geben Sie ein gültiges Datum ein.";
																jQuery.validator.messages.number = "Required numeric field.";
																jQuery.validator.messages.numberDE = "Bitte geben Sie eine Nummer ein.";
																jQuery.validator.messages.digits = "Required integer field.";
																jQuery.validator.messages.creditcard = "Please enter a valid credit card number.";
																jQuery.validator.messages.equalTo = "Please enter the same value again.";
																jQuery.validator.messages.accept = "Please enter a value with a valid extension.";
																jQuery.validator.messages.maxlength = $.format("Please enter no more than {0} characters.");
																jQuery.validator.messages.minlength = $.format("Please enter at least {0} characters.");
																jQuery.validator.messages.rangelength = $.format("This field must have minimum {0} characters and maximum {1} characters..");
																jQuery.validator.messages.range = $.format("Please enter a value between {0} and {1}.");
																jQuery.validator.messages.max = $.format("Please enter a value less than or equal to {0}.");
																jQuery.validator.messages.min = $.format("Please enter a value greater than or equal to {0}.");
									
		
		function fireEvent(obj, evt) {
            var fireOnThis = obj;
            if (document.createEvent) {
              var evObj = document.createEvent('MouseEvents');
                evObj.initEvent(evt, true, false);
                fireOnThis.dispatchEvent(evObj);
            } else if (document.createEventObject) {
                fireOnThis.fireEvent('on'+evt);
            }
        }
		
		//valid obj isntantiated in header.tpl
                valid_obj.search_form = {
				debug: false,
				onKeyUp: true,
                onfocusout: false,
				errorElement: "span",
				errorClass: "errForm",
				submitHandler: function(form) {
					// do other stuff for a valid form
					if ($("#search_form").valid()) {
						form.submit();
					}
				},
				
				"rules": {search: {"required":true}}, "messages": {}
		};

        $("#search_form").validate(valid_obj.search_form);

                var selects = $("#search_form").find("select");
                var crt;
                $.each(selects, function() {
                    crt = this.id;
                    if(typeof(valid_obj.search_form.rules[crt]) !== 'undefined') {
                        $("#"+crt).change(function() {
                          $(this).valid();
                        });
                    }
                });
    });
});
</script>
<div id="wrapperall">
<div id="topwrapper">
<div id="top">
<div id="search_panel">
<form action="/index.php" method="get" style="float: left; margin: 0px; padding: 0px">
<div id="inputleft"></div>
<input onfocus="javascript: if (this.value=='Search') this.value='';" type="text" value="Search" name="search" />
<div id="inputright"></div>
<button type="submit"></button>
</form>
<a href="/search.php?type=advanced" title="Go to advanced search page" accesskey="4" rel="nofollow">Advanced<br />Search</a>
</div>
<div id="menu">
<ul>
<li><div class="split"></div></li>
<li>
<a href="" 
onclick ="return false;"
onmouseover="document.getElementById('bar1').style.display='block';" 
onmouseout="if(view1==0) document.getElementById('bar1').style.display='none';">
<span class="dropdown">Submit</span>
</a>
<div id="bar1" style="display: none;" onmouseover="this.style.display='block'; view1++;" onmouseout="this.style.display='none';  view1--;">
<a href="/submit.php">
&raquo;&nbsp;&nbsp;Link
</a><br/>
<a href="/submit_article.php" style="border-top: 1px dotted #9b9690;">&raquo;&nbsp;&nbsp;Article</a>
</div>
</li>
<li><div class="split"></div></li>
<li>
<a href="" 
onclick ="return false;"
onmouseover="document.getElementById('bar2').style.display='block';" 
onmouseout="if(view2==0) document.getElementById('bar2').style.display='none';">
<span class="dropdown">Latest</span>
</a>
<div id="bar2" style="display: none;" onmouseover="this.style.display='block'; view1++;" onmouseout="this.style.display='none';  view1--;">
<a href="/index.php?list=latest">
&raquo;&nbsp;&nbsp;Latest Links
</a>
<a href="/index.php?list=latestarticles"  style="border-top: 1px dotted #9b9690;">
&raquo;&nbsp;&nbsp;Latest Articles
</a>
</div>
</li>
<li><div class="split"></div></li>
<li>
<a href="/index.php?list=top" title="Browse most popular links">
<span>Top Hits</span>
</a>
</li>
<li><div class="split"></div></li>
<li>
<a href="/contact.php">Contact</a>
</li>
</ul>
</div>
<a class="rss" href="/rss.php?c=0&amp;s=D&amp;p=1">
<img src="/templates/TerminusGrunge-v4.2.1/images/rss.jpg" alt="RSS" />
</a>
<a class="topreg" href="/profile.php?mode=register" title="Register">Register to PHPLD</a>
</div>
</div>
<div id="headerwrapper">
<div id="header">
<a class="logo" href="/">
</a>
<div id="headerright">
<form method="post" action="/login.php">
<table id="login" cellpadding="0" cellspacing="0">
<tr>
<td><label>Username:</label></td>
<td><input type="text" name="user" value="" size="20" maxlength="25" class="text" /></td>
<td><label>Password:</label></td>	
<td><input type="password" name="pass" value="" size="20" maxlength="25" class="text" /></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
<td colspan="2" style="text-align: right; padding-top: 7px;">
<img src="/templates/TerminusGrunge-v4.2.1/images/lost.gif" />
<a class="lostpassword" href="/profile.php?mode=sendpassword" title="Recover your password">Lost password?</a>
&nbsp;&nbsp;&nbsp;
<input class="button" type="submit" name="submit" value="Login" />
</td>
</tr>
</table>
</form>
</div>
<div class="clear"></div>
</div>
</div><script type="text/javascript">

var view1 = 0;
var view2 = 0;

</script><div class="contentSep"></div><div id="content"><div id="sideleft">
<ul id="sortable_left" style="list-style-type: none; float: left; padding: 0px; margin: 0;">
<li id="12">
<div class="verticalWidgetTop">Top Categories</div>
<div class="sidecateg">
<ul class="boxPopCats">
<li>
<a href="/index.php?c=1" title="1. Halo CE ">1. Halo CE </a>
</li>
<li>
<a href="/index.php?c=2" title="2. Halo 2">2. Halo 2</a>
</li>
<li>
<a href="/index.php?c=3" title="3. Halo 3">3. Halo 3</a>
</li>
<li>
<a href="/index.php?c=5" title="4. Halo 3 ODST">4. Halo 3 ODST</a>
</li>
<li>
<a href="/index.php?c=6" title="5. Halo Reach">5. Halo Reach</a>
</li>
<li>
<a href="/index.php?c=7" title="6. Halo CEA">6. Halo CEA</a>
</li>
<li>
<a href="/index.php?c=8" title="7. Halo 4">7. Halo 4</a>
</li>
<li>
<a href="/index.php?c=136" title="8. Halo Series">8. Halo Series</a>
</li>
</ul>
</div>
<div class="verticalWidgetBottom"></div>
<div class="clear"></div>		</li>
<li id="5">
<div class="verticalWidgetTop">Statistics</div>
<div class="sidecateg">
<ul class="boxStats">
<li><strong>Active Links:</strong> 28</li>
<li><strong>Pending Links:</strong> 0</li>
<li><strong>Todays Links:</strong> 0</li>
<li><strong>Active Articles:</strong> 0</li>
<li><strong>Pending Articles:</strong> 0</li>
<li><strong>Todays Articles:</strong> 0</li>
<li><strong>Total Categories:</strong> 8</li>
<li><strong>Sub Categories:</strong> 122</li>
</ul>
</div>
<div class="verticalWidgetBottom"></div>
<div class="clear"></div>		</li>
</ul>
</div>
<div id="main"><ul id="main_container" style="list-style-type: none; padding: 0px; margin: 0;"><li></li></ul>
<p>Welcome to <strong>HaloVidz.Com</strong>! We are your #1 source for Halo related videos. Our site is geared toward bringing you a variety of Halo content; from glitches to multiplayer montage, campaign play to strategic tips, even movies, cheats and so much more. If you have any halo videos you'd like to share, add it to our directory today!<em></em><strong><em><br /></em></strong></p><table border="0" cellpadding="0" cellspacing="2" id="categories"><tr><th width="50%"></th><th width="50%"></th></tr><tr><td><div class="catBox"><h2><a href="/index.php?c=1"   title="1. Halo CE ">1. Halo CE </a> <span class="count">(17)</span></h2></div><div class="catBox"><h2><a href="/index.php?c=2"   title="2. Halo 2">2. Halo 2</a> <span class="count">(17)</span></h2></div><div class="catBox"><h2><a href="/index.php?c=3"   title="3. Halo 3">3. Halo 3</a> <span class="count">(17)</span></h2></div><div class="catBox"><h2><a href="/index.php?c=5"   title="4. Halo 3 ODST">4. Halo 3 ODST</a> <span class="count">(17)</span></h2></div></td><td><div class="catBox"><h2><a href="/index.php?c=6"   title="5. Halo Reach">5. Halo Reach</a> <span class="count">(17)</span></h2></div><div class="catBox"><h2><a href="/index.php?c=7"   title="6. Halo CEA">6. Halo CEA</a> <span class="count">(17)</span></h2></div><div class="catBox"><h2><a href="/index.php?c=8"   title="7. Halo 4">7. Halo 4</a> <span class="count">(17)</span></h2></div><div class="catBox"><h2><a href="/index.php?c=136"   title="8. Halo Series">8. Halo Series</a> <span class="count">(3)</span></h2></div></td></tr></table><div id="links"></div><script type="text/javascript">/* <![CDATA[ */var root = '';
      var a = document.getElementsByTagName("a");
      for(i = 0; i< a.length; i++)
         if(a[i].id != '')
            a[i].onclick = count_link;
      function count_link() {
         i = new Image();
         i.src= root+'/cl.php?id='+this.id;
         return true;
      }
      /* ]]> */</script><div style="clear: both"></div><ul id="sortable_central" style="list-style-type: none; padding: 0px; margin: 0;"><li id="13"><div style="width: 468px; height: 60px; margin: 0px auto;">
<script type="text/javascript">
<!--
google_ad_client = "pub-2319272946416265";
google_ad_width = 468;
google_ad_height = 60;
google_ad_type = "text";

google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->

</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</li><li id="14"></li><li id="15"></li><li id="16">   <h3>Latest Links</h3>
<div id="articles">
<table>
<table><tr><td>   <a class="link" id="id_28" href="http://www.youtube.com/watch?v=LTxO_pgMqys&amp;t=50s" title="Master Chief Sucks at Halo 3 (episode 3)" target="_blank"><span  id="edittitle_28" class="link">Master Chief Sucks at Halo 3 (episode 3)</span></a><!--<span  id="edittitle_28" class="link">Master Chief Sucks at Halo 3 (episode 3)  </span>--><br/><p id="description28"><span id="editdescrip_28">He's back, and with an acid tongue! Master Chief is having a hell of a time playing Jon's copy of Halo 3 while he's out of the house, and is still as bad as ever. That is until he gets a lucky headshot and thinks he's the best Halo 3 player in existence! 
3rd episode in the Master Chief Sucks at Halo videos.</span> -&nbsp;<a class="readMore" href="/detail.php?id=28" title="Read more about: Master Chief Sucks at Halo 3 (episode 3)">Read&nbsp;more</a></p>http://www.youtube.com/watch?v=LTxO_pgMqys&amp;t=50s</td></tr><tr><td colspan="2"><span class="review">(0 Reviews. Rating:  Total Votes: )</span><div style="clear: both;"></div></div></td></tr><tr><td colspan="2"></td></tr></table>               <table><tr><td>   <a class="link" id="id_27" href="http://www.youtube.com/watch?v=2gkhQaFLbVA" title="Master Chief Sucks at Halo 2 (episode 2)" target="_blank"><span  id="edittitle_27" class="link">Master Chief Sucks at Halo 2 (episode 2)</span></a><!--<span  id="edittitle_27" class="link">Master Chief Sucks at Halo 2 (episode 2)  </span>--><br/><p id="description27"><span id="editdescrip_27">Master Chief Sucks at Halo 2 created by DigitalPh33r.  
2nd episode in the Master Chief Sucks at Halo videos.</span> -&nbsp;<a class="readMore" href="/detail.php?id=27" title="Read more about: Master Chief Sucks at Halo 2 (episode 2)">Read&nbsp;more</a></p>http://www.youtube.com/watch?v=2gkhQaFLbVA</td></tr><tr><td colspan="2"><span class="review">(0 Reviews. Rating:  Total Votes: )</span><div style="clear: both;"></div></div></td></tr><tr><td colspan="2"></td></tr></table>               <table><tr><td>   <a class="link" id="id_26" href="http://www.youtube.com/watch?v=Jz3br1q5wIQ" title="Master Chief Sucks at Halo (episode 1)" target="_blank"><span  id="edittitle_26" class="link">Master Chief Sucks at Halo (episode 1)</span></a><!--<span  id="edittitle_26" class="link">Master Chief Sucks at Halo (episode 1)  </span>--><br/><p id="description26"><span id="editdescrip_26">My Master Chief action figurine comes to life and plays my Xbox 360 while I'm out of the house.  
1st episode in the Master Chief Sucks at Halo videos.</span> -&nbsp;<a class="readMore" href="/detail.php?id=26" title="Read more about: Master Chief Sucks at Halo (episode 1)">Read&nbsp;more</a></p>http://www.youtube.com/watch?v=Jz3br1q5wIQ</td></tr><tr><td colspan="2"><span class="review">(0 Reviews. Rating:  Total Votes: )</span><div style="clear: both;"></div></div></td></tr><tr><td colspan="2"></td></tr></table>               <table><tr><td>   <a class="link" id="id_25" href="http://www.youtube.com/watch?v=K-X27_F0h88" title="100 funny ways to die: part 2/2" target="_blank"><span  id="edittitle_25" class="link">100 funny ways to die: part 2/2</span></a><!--<span  id="edittitle_25" class="link">100 funny ways to die: part 2/2  </span>--><br/><p id="description25"><span id="editdescrip_25">the funny second part of 100 ways to die.</span> -&nbsp;<a class="readMore" href="/detail.php?id=25" title="Read more about: 100 funny ways to die: part 2/2">Read&nbsp;more</a></p>http://www.youtube.com/watch?v=K-X27_F0h88</td></tr><tr><td colspan="2"><span class="review">(0 Reviews. Rating:  Total Votes: )</span><div style="clear: both;"></div></div></td></tr><tr><td colspan="2"></td></tr></table>               <table><tr><td>   <a class="link" id="id_24" href="http://www.youtube.com/watch?v=lIxHo-NsrQM" title="100 funny ways to die: part 1/2" target="_blank"><span  id="edittitle_24" class="link">100 funny ways to die: part 1/2</span></a><!--<span  id="edittitle_24" class="link">100 funny ways to die: part 1/2  </span>--><br/><p id="description24"><span id="editdescrip_24">100 of the wierdest and funniest ways to die on halo reach.</span> -&nbsp;<a class="readMore" href="/detail.php?id=24" title="Read more about: 100 funny ways to die: part 1/2">Read&nbsp;more</a></p>http://www.youtube.com/watch?v=lIxHo-NsrQM</td></tr><tr><td colspan="2"><span class="review">(0 Reviews. Rating:  Total Votes: )</span><div style="clear: both;"></div></div></td></tr><tr><td colspan="2"></td></tr></table>            </table>
</div>
</li></div><div id="sideright">
<ul id="sortable_right" style="list-style-type: none; padding: 0px; margin: 0;">
<li id="8">
<div class="verticalWidgetTop">Popular Links</div>
<div class="sidecateg">
<ul class="boxPopCats">
<li>
<a href="				/detail.php?id=1
" title="Read more about: MuFf1n Montage IV">MuFf1n Montage IV</a>
</li>
<li>
<a href="				/detail.php?id=2
" title="Read more about: MLG Team: Str8 Rippin: Halo 3 Montage">MLG Team: Str8 Rippin: Halo...</a>
</li>
<li>
<a href="				/detail.php?id=5
" title="Read more about: MLG Halo: Reach Top Ten Plays Ep01">MLG Halo: Reach Top Ten Pla...</a>
</li>
<li>
<a href="				/detail.php?id=12
" title="Read more about: HALO: Landfall Short Movie w/ ODST Troppers">HALO: Landfall Short Movie ...</a>
</li>
<li>
<a href="				/detail.php?id=13
" title="Read more about: Halo: Reach - Birth of a Spartan">Halo: Reach - Birth of a Sp...</a>
</li>
</ul>
</div>
<div class="verticalWidgetBottom"></div>
<div class="clear"></div>		</li>
<li id="7">
<div class="verticalWidgetTop">Latest links</div>
<div class="sidecateg">
<ul class="boxPopCats">
<li>
<a href="                                            /detail.php?id=28
" title="Read more about: Master Chief Sucks at Halo 3 (episode 3)">Master Chief Sucks at Halo ...</a>
</li>
<li>
<a href="                                            /detail.php?id=27
" title="Read more about: Master Chief Sucks at Halo 2 (episode 2)">Master Chief Sucks at Halo ...</a>
</li>
<li>
<a href="                                            /detail.php?id=26
" title="Read more about: Master Chief Sucks at Halo (episode 1)">Master Chief Sucks at Halo ...</a>
</li>
<li>
<a href="                                            /detail.php?id=25
" title="Read more about: 100 funny ways to die: part 2/2">100 funny ways to die: part...</a>
</li>
<li>
<a href="                                            /detail.php?id=24
" title="Read more about: 100 funny ways to die: part 1/2">100 funny ways to die: part...</a>
</li>
</ul>
</div>
<div class="verticalWidgetBottom"></div>
<div class="clear"></div>		</li>
<li id="9">
<div class="verticalWidgetTop">Latest link comments</div>
<div class="sidecateg">
<div class="boxSponsoredLast">
<b>May 30:</b> <a class="boxSponsoredA" href="/author.php?id=1">admin</a> said on  
<a class="boxSponsoredA" href="/article.php?id=" title="MLG Team: Str8 Rippin: Halo 3 Montage">
MLG Team: Str8 Rippin: Halo 3 Montage
</a>
<br/>
awesome vid
<br/><br/>
</div>
</div>
<div class="verticalWidgetBottom"></div>
<div class="clear"></div>		</li>
</ul>
</div><div class="clear"></div></div><!-- end content --><div id="footer"><div id="footercontent">&copy; 2014 <a href="http://www.phplinkdirectory.com" title="PHP Link Directory">PHP Link Directory</a></div></div></div></div></div></div></div></div></div></div></div><!-- Google Analytics Tracking by Google Analyticator 6.1.3: http://ronaldheft.com/code/analyticator/ --><script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', '']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script></body></html>