function events_tab_click(tab_image){
tab_image.src="images/events_tab.png";
document.getElementById('testimonials_tab').src="images/testimonials_tab_inactive.png";
//document.getElementById('events_tab').src="images/events_tab_inactive.png";
document.getElementById('blogs_tab').src="images/blogs_tab_inactive.png";
}
function blogs_tab_click(tab_image){
tab_image.src="images/blogs_tab.png";
document.getElementById('testimonials_tab').src="images/testimonials_tab_inactive.png";
document.getElementById('events_tab').src="images/events_tab_inactive.png";
// document.getElementById('blogs_tab').src="images/blogs_tab_inactive.png";
}
function testimonials_tab_click(tab_image){
tab_image.src="images/testimonials_tab.png";
//document.getElementById('testimonials_tab').src="images/testimonials_tab_inactive.png";
document.getElementById('events_tab').src="images/events_tab_inactive.png";
document.getElementById('blogs_tab').src="images/blogs_tab_inactive.png";
}


function events()
{

document.getElementById('current_information').innerHTML = "";

var content='<div id="events">'+
'<div class="event"><h5>WEBINAR WEDNESDAYS</h5></div><h6>"HEROware Disaster Recovery Webinar"</h6><div class="author"><p>Learn how to keep your Windows-based systems up and running regardless of the disaster.</p><p>Every Wednesday at 11:00 a.m. to 12:30 p.m. PDT</p><!--<p><a href="http://bit.ly/hero20100728" target="_blank">Register for 7/28/10</a></p>--><p><a href="http://bit.ly/hero20100804" target="_blank">Register for 8/04/10</a></p><!--<p><a href="http://bit.ly/hero20100811" target="_blank">Register for 8/11/10</a></p>--><p><a href="http://bit.ly/hero20100818" target="_blank">Register for 8/18/10</a></p></div>'+
'<div class="event"><h5>PARTNER TRAINING</h5></div><h6>"How to Sell and Support HEROware"</h6><div class="author"><p>Contact <a href="mailto:sales@heroware.com">sales@heroware.com</a> for a training session</p></div>'+
'</div>';

document.getElementById('current_information').innerHTML = content;

}

function blogs()
{

document.getElementById('current_information').innerHTML =  '<div id="rss_feed">' + '</div>';

var content=  $('#rss_feed').rssfeed('http://blog.heroware.com/feeds/posts/default?alt=rss', {
limit: 3,
header: false,
  });;

}

function testimonials()
{

document.getElementById('current_information').innerHTML = "";

var content='<div id="testimonial_field">'+
'<div class="testimonial"><h5>"With HEROware, if the production server fails you push a button and you&#39;re just a few minutes away from being back online."</h5></div><div class="author"><p>- Peter Laudenslager, Business Development Manager, Double-Take, Inc.</p></div>'+
'<div class="testimonial"><h5>"With HEROware protecting the SMB Nation Server, we have the reliability of an airliner."</h5></div><div class="author"><p>- Harry Brelsford, CEO, SMB Nation</p></div>'+
'<div class="testimonial"><h5>"With this kind of reliability, if the feathers hit the fan, we&#39;re still up."</h5></div><div class="author"><p>- Harry Brelsford, CEO, SMB Nation</p></div>'+'<div class="moreTestimonials"><a href="http://tm.heroware.com/content/news">view more</a></div>'+
'</div>';
/*'<div class="testimonial"><h5>"So, HEROware brings an appliance to this [disaster recovery], so that itÕs a turn-key process.  Bring the box in, flip the switch, answer a couple of key questions and youÕre protected.  ItÕs that simple."</h5></div><div class="author"><h5>Peter Laudenslager</h5></div>'+*/
document.getElementById('current_information').innerHTML = content;

}
