/*flashtalking active tracking - Livescribe Home - Reviews Tab*/
function ftGoalTag6283(){
	var ftRand = Math.random() + "";
	var num = ftRand * 1000000000000000000;
	var ftGoalTagPix6283 = new Image();
	ftGoalTagPix6283.src = "http://servedby.flashtalking.com/spot/1625;6283;686/?Livescribe Home - Reviews Tab" + num;
	ftGoalTagPix6283.onload = ftLoaded6283;
}

function ftLoaded6283() {
	show_reviews();
	//top.location.href="http://www.UrlGoesHere.pdf";
}

function show_reviews() {
    $('module-retailers').hide();
    $('retailers-tab').removeClassName('highlight');
    $('module-buzz').show();
    $('buzz-tab').addClassName('highlight');
}

function show_where_to_buy() {
    $('module-buzz').hide();
    $('buzz-tab').removeClassName('highlight');
    $('module-retailers').show();
    $('retailers-tab').addClassName('highlight');
}

