<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Axent Digital &#187; Articles</title>
	<atom:link href="http://www.axentdigital.com/category/articles/feed" rel="self" type="application/rss+xml" />
	<link>http://www.axentdigital.com</link>
	<description>Customize Everything.</description>
	<lastBuildDate>Thu, 08 Nov 2012 18:10:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Google Site Verification</title>
		<link>http://www.axentdigital.com/google-site-verification</link>
		<comments>http://www.axentdigital.com/google-site-verification#comments</comments>
		<pubDate>Thu, 08 Mar 2012 01:52:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.axentdigital.com/?p=2054</guid>
		<description><![CDATA[google-site-verification: googlefa306d52d4fc6889.html]]></description>
				<content:encoded><![CDATA[<p>google-site-verification: googlefa306d52d4fc6889.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axentdigital.com/google-site-verification/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cash For Clunkers</title>
		<link>http://www.axentdigital.com/trade-in</link>
		<comments>http://www.axentdigital.com/trade-in#comments</comments>
		<pubDate>Sat, 25 Feb 2012 20:39:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.axentdigital.com/?p=1351</guid>
		<description><![CDATA[At this time the Cash For Clunkers program is limited to 3 pieces of equipment per customer.  We&#8217;re working hard to find great places for your used equipment.  We hope to increase the limit in the near future.]]></description>
				<content:encoded><![CDATA[
<div class="post-gallery-wrap id-0 aligncenter gallerywrap" style="clear:both;width:890px;height:303px;padding-bottom:15px;">
<div class="control-wrap">

	<div class="post-control-panel id0">

	</div><!-- / control-panel -->
</div><!-- / control-wrap -->
<div class="post-gallery" style="width:890px">


<div class="panel" style="width:890px;">
    
	    
    
	<div class="panel-inner">
	 
         
   
		<div style="float:left;" class="container shadow-large shadowreflection ">
			<div class="gridimg-wrap">
                               
                	
										<img class="reflect" src="http://www.axentdigital.com/wp-content/themes/DynamiX/lib/scripts/timthumb.php?h=258&amp;w=890&amp;zc=1&amp;src=/wp-content/uploads/2012/03/THIS-SLIDER.png" alt="" width="890" height="258" />
				
				                
            	
			</div><!-- / gridimg-wrap -->
		</div><!-- / container -->				
				
	    
             
     </div><!--  / panel-inner -->
</div><!--  / panel -->          

         

  


<div class="panel" style="width:890px;">
    
	    
    
	<div class="panel-inner">
	 
         
   
		<div style="float:left;" class="container shadow-large shadowreflection ">
			<div class="gridimg-wrap">
                               
                	
										<img class="reflect" src="http://www.axentdigital.com/wp-content/themes/DynamiX/lib/scripts/timthumb.php?h=258&amp;w=890&amp;zc=1&amp;src=/wp-content/uploads/2012/03/NotThis.png" alt="" width="890" height="258" />
				
				                
            	
			</div><!-- / gridimg-wrap -->
		</div><!-- / container -->				
				
	    
             
     </div><!--  / panel-inner -->
</div><!--  / panel -->          

         

  


</div><!-- / stageslider -->

<div class="clear"></div>
</div><!-- / gallerywrap -->

<script type="text/javascript">
<!--
jQuery(window).load(function() {
	var posttimeouts = [10,10];
	
	jQuery('.post-control-panel.id0').append('<ul class="nav0"></ul>');
	
	jQuery('.post-gallery-wrap.id-0 .post-gallery').cycle({ 
		fx:     'fade', 
		easing: 'linear',
		timeoutFn: function (currElement, nextElement, opts, isForward) { 
		var index = opts.currSlide; 
		return posttimeouts[index] * 1000; 
		},
		speed: 750,
		pager:  '.post-control-panel .nav0',
		pause:  1,
		before:  onBefore,
		after:  onAfter,		
		cleartype:  true,
    	cleartypeNoBg:  true,
		
		pagerAnchorBuilder: function(idx, slide) { 
        return '<li><a href="#"><img src="http://www.axentdigital.com/wp-content/themes/DynamiX/images/blank.gif" width="16" height="16" alt="slide" /></a></li>'; 
		}
	});
	

	function onBefore() { 
   		var videoid = jQuery(this).find('.jwplayer.id0').attr("id");
			
		jQuery('.jwplayer.id0').each(function(index) {
					str='';
					str = jQuery(this).attr("id");
					if(str!=videoid) {
						if(str.search("video")==-1) {
						jwplayer(str).stop();
						}
					}					 
		});
	
	} 

	function onAfter() { 

   		var videoid = jQuery(this).find('.jwplayer.id0').attr("id");
			
		jQuery('.jwplayer.id0').each(function(index) {
					str='';
					str = jQuery(this).attr("id");
					autostart = jQuery(this).attr("class");
					if(str==videoid) {
						if(str.search("video")==-1 && autostart.search("autostart")!=-1) {
						jwplayer(str).play();
						}
					}					 
		});
					
	} 

	jQuery(window).load(function() {
		var firstvideo = jQuery(this).find('.jwplayer.id0.first').attr("id");
		if(firstvideo) {
			var autostart = jQuery('#'+firstvideo).attr("class");
			if(autostart.search("autostart")!=-1) {
				jwplayer(firstvideo).stop().play();
			}
		}
	});	

	

	

});
//-->
</script>



<div class="styledbox general center clearfix" style="width:940px"><div class="boxcontent"> 	
	<div class="imagewrap aligncenter " style="height:100px;width:400px;">
        <div class="container reflection  ">
            <div class="gridimg-wrap">
				<div class="title-wrap" style="width:400px;">	

				                <img class="reflect" src="http://www.axentdigital.com/wp-content/themes/DynamiX/lib/scripts/timthumb.php?h=100&amp;w=400&amp;zc=0&amp;src=/wp-content/uploads/2012/02/CashFOrClunkers.png" alt="" width="400" height="100" />
                           
				                           
				</div><!-- / title-wrap -->           
            </div>
        </div>
	</div>
	 </div></div>
<div class="columns two border" ><div>
<p>&nbsp;</p>
<h1>What We Do.</h1>
<p>&nbsp;</p>
<p>Odds are pretty good that you own some old or vintage gear. Odds may be even better that you&#8217;d love to have some new equipment. What are you waiting for? <strong>Trade it in!</strong> That&#8217;s right. You trade in your car, you may even do it with your house, why can&#8217;t you do it with your old audio video equipment? Well, now you can. Simply fill out the form below and click send. One of our representatives will research the equipment, determine the trade in value, and contact you within 24 hours. Just fill out the form below and we&#8217;ll get to work. </div></div> <div class="columns two last clearfix border" ><div></p>
<p>&nbsp;</p>
<h1><span style="color: #008000;">Why We Do It?</span></h1>
<p>&nbsp;</p>
<p>Axent Digital strives to be a good community neighbor. We believe that part of being a good neighbor is helping our neighbors. That&#8217;s why we started the Cash For Clunkers program. What do we do with the trade in equipment? <div class="list check green"></p>
<ul>
<li>Sell vintage equipment and share the proceeds with you.</li>
<li>Give &#8220;old&#8221; but working equipment to local charities.</li>
<li>Non-working equipment goes to recycling.</li>
</ul>
<p></div> </div></div><div class="clear"></div></p>
<div class="styledbox general center clearfix" style="width:950px"><div class="boxcontent"></div></div>

                <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_1' ><form method='post' enctype='multipart/form-data'  id='gform_1'  action='/category/articles/feed'>
                        <div class='gform_heading'>
                            <h3 class='gform_title'>Cash For Clunkers</h3>
                            <span class='gform_description'>Thanks for your interest in the Cash for Clunkers Program. Please fill out this form and we will get in touch with you shortly.</span>
                        </div>
                        <div class='gform_body'>
                            <ul id='gform_fields_1' class='gform_fields left_label description_below'><li id='field_1_1' class='gfield' ><label class='gfield_label' for='input_1_1_3'>Name</label><div class='ginput_complex ginput_container' id='input_1_1'><span id='input_1_1_3_container' class='ginput_left'><input type='text' name='input_1.3' id='input_1_1_3' value='' tabindex='1' /><label for='input_1_1_3'>First</label></span><span id='input_1_1_6_container' class='ginput_right'><input type='text' name='input_1.6' id='input_1_1_6' value='' tabindex='2' /><label for='input_1_1_6'>Last</label></span></div></li><li id='field_1_2' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_1_2'>Phone<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_2' id='input_1_2' type='text' value='' class='medium' tabindex='3'  /></div></li><li id='field_1_3' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_1_3_1'>Address<span class='gfield_required'>*</span></label><div class='ginput_complex ginput_container' id='input_1_3'><span class='ginput_full' id='input_1_3_1_container'><input type='text' name='input_3.1' id='input_1_3_1' value='' tabindex='4' /><label for='input_1_3_1' id='input_1_3_1_label'>Street Address</label></span><span class='ginput_full' id='input_1_3_2_container' ><input type='text' name='input_3.2' id='input_1_3_2' value='' tabindex='5' /><label for='input_1_3_2' id='input_1_3_2_label'>Address Line 2</label></span><span class='ginput_left' id='input_1_3_3_container'><input type='text' name='input_3.3' id='input_1_3_3' value='' tabindex='6' /><label for='input_1_3_3' id='input_1_3.3_label'>City</label></span><span class='ginput_right' id='input_1_3_4_container' ><select name='input_3.4' id='input_1_3_4' tabindex='7'   ><option value='' selected='selected'></option><option value='Alabama' >Alabama</option><option value='Alaska' >Alaska</option><option value='Arizona' >Arizona</option><option value='Arkansas' >Arkansas</option><option value='California' >California</option><option value='Colorado' >Colorado</option><option value='Connecticut' >Connecticut</option><option value='Delaware' >Delaware</option><option value='District of Columbia' >District of Columbia</option><option value='Florida' >Florida</option><option value='Georgia' >Georgia</option><option value='Hawaii' >Hawaii</option><option value='Idaho' >Idaho</option><option value='Illinois' >Illinois</option><option value='Indiana' >Indiana</option><option value='Iowa' >Iowa</option><option value='Kansas' >Kansas</option><option value='Kentucky' >Kentucky</option><option value='Louisiana' >Louisiana</option><option value='Maine' >Maine</option><option value='Maryland' >Maryland</option><option value='Massachusetts' >Massachusetts</option><option value='Michigan' >Michigan</option><option value='Minnesota' >Minnesota</option><option value='Mississippi' >Mississippi</option><option value='Missouri' >Missouri</option><option value='Montana' >Montana</option><option value='Nebraska' >Nebraska</option><option value='Nevada' >Nevada</option><option value='New Hampshire' >New Hampshire</option><option value='New Jersey' >New Jersey</option><option value='New Mexico' >New Mexico</option><option value='New York' >New York</option><option value='North Carolina' >North Carolina</option><option value='North Dakota' >North Dakota</option><option value='Ohio' >Ohio</option><option value='Oklahoma' >Oklahoma</option><option value='Oregon' >Oregon</option><option value='Pennsylvania' >Pennsylvania</option><option value='Rhode Island' >Rhode Island</option><option value='South Carolina' >South Carolina</option><option value='South Dakota' >South Dakota</option><option value='Tennessee' >Tennessee</option><option value='Texas' >Texas</option><option value='Utah' >Utah</option><option value='Vermont' >Vermont</option><option value='Virginia' >Virginia</option><option value='Washington' >Washington</option><option value='West Virginia' >West Virginia</option><option value='Wisconsin' >Wisconsin</option><option value='Wyoming' >Wyoming</option><option value='Armed Forces Americas' >Armed Forces Americas</option><option value='Armed Forces Europe' >Armed Forces Europe</option><option value='Armed Forces Pacific' >Armed Forces Pacific</option></select><label for='input_1_3_4' id='input_1_3_4_label'>State</label></span><span class='ginput_left' id='input_1_3_5_container'><input type='text' name='input_3.5' id='input_1_3_5' value='' tabindex='9' /><label for='input_1_3_5' id='input_1_3_5_label'>Zip Code</label></span><input type='hidden' class='gform_hidden' name='input_3.6' id='input_1_3_6' value='United States'/></div></li><li id='field_1_5' class='gfield' ><label class='gfield_label' for='input_1_5'>Equipment</label><div class='ginput_container'><input name='input_5' id='input_1_5' type='text' value='' class='large'  tabindex='10'   /></div><div class='gfield_description'>Make and Model</div></li><li id='field_1_4' class='gfield' ><label class='gfield_label' for='input_1_4'>Equipment</label><div class='ginput_container'><input name='input_4' id='input_1_4' type='text' value='' class='large'  tabindex='11'   /></div><div class='gfield_description'>Make and Model</div></li><li id='field_1_6' class='gfield' ><label class='gfield_label' for='input_1_6'>Equipment</label><div class='ginput_container'><input name='input_6' id='input_1_6' type='text' value='' class='large'  tabindex='12'   /></div><div class='gfield_description'>Make and Model</div></li><li id='field_1_7' class='gfield    gform_validation_container' ><label class='gfield_label' for='input_1_7'>Phone</label><div class='ginput_container'><input name='input_7' id='input_1_7' type='text' value='' /></div><div class='gfield_description'>This field is for validation purposes and should be left unchanged.</div></li>
                            </ul></div>
        <div class='gform_footer left_label'> <input type='submit' id='gform_submit_button_1' class='button gform_button' value='Submit' tabindex='13' />
            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='5198614b0e60a' />
            <input type='hidden' class='gform_hidden' name='state_1' value='YToyOntpOjA7czo2OiJhOjA6e30iO2k6MTtzOjMyOiI4NzNhYjRhZDQyYjI5N2U3YThiZWI0Yzg5YjZiMmY0ZiI7fQ==' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                </form>
                </div><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script>
<p>At this time the Cash For Clunkers program is limited to 3 pieces of equipment per customer.  We&#8217;re working hard to find great places for your used equipment.  We hope to increase the limit in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axentdigital.com/trade-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
