$(document).ready(function(){

var $event = '<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="https://www1.gotomeeting.com/register/160036393" target="_blank">Register for 10/27/10</a></p><p><a href="https://www1.gotomeeting.com/register/782441649" target="_blank">Register for 11/03/10</a></p></div>--><h6>Special Event! Total Cloud Recovery Services Bundle</h6><div class="author"><p>HEROware has listened to you, the Partner!</p><p>Announcing: Total Cloud Recovery Services Bundle!</p><p>Reduced Costs, Increase Margins, 7x24 Maintenance and Support, more!!!</p><p>Please Register to attend our Webinar and get all the details (and a raffle for an Ipod)</p><p><a href="https://www1.gotomeeting.com/register/952778384" target="_blank">Register for Wed, Nov 10, 2010, 9:00-10:00am PT</a></p><p>Space is limited.</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>';
var $blog = '<div id="rss_feed"></div>';
var $testimonial = '<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>';

$('#events_tab').click(function(){
$(this).attr("src", "images/events_tab.png");
$('#blogs_tab').attr("src", "images/blogs_tab_inactive.png");
$('#testimonials_tab').attr("src", "images/testimonials_tab_inactive.png");
$('#current_information').html($event);
});

$('#blogs_tab').click(function(){
$(this).attr("src", "images/blogs_tab.png");
$('#events_tab').attr("src", "images/events_tab_inactive.png");
$('#testimonials_tab').attr("src", "images/testimonials_tab_inactive.png");
$('#current_information').html($blog);
var content=  /*$('#rss_feed').rssfeed('http://blog.heroware.com/feeds/posts/default?alt=rss', {limit: 6,header: false,});;*/

$('#rss_feed').rssfeed('http://blog.heroware.com/feeds/posts/default?alt=rss', {
limit: 6,
header: false,
}).ajaxStop(function() {
$('#rss_feed div.rssBody').vTicker({
speed: 1000,
pause: 10000,
showItems: 2,
animation: 'fade',
mousePause: true,
direction: 'down',
});
});;

});

$('#testimonials_tab').click(function(){
$(this).attr("src", "images/testimonials_tab.png");
$('#events_tab').attr("src", "images/events_tab_inactive.png");
$('#blogs_tab').attr("src", "images/blogs_tab_inactive.png");
$('#current_information').html($testimonial);
});

});

