function getFlash(){
	if(document['alternativeContent']){
		return document['alternativeContent'];
	}else if(window['alternativeContent']){
		return window['alternativeContent'];
	}
}

var shareWithFriends = {
	openFromFlash: function(from){
		$('a[rel=' + from + ']').trigger('click');
	},
	closeFromFlash: function(){
		$('a#b_close').trigger('click');
	},
	closeFromPage: function(){
		getFlash().closeFromPage();
	}
}

var tabs = {
	showTab: function(id){
		$('ul.tabs li').not('ul.tabs li li').removeClass('current').eq(id).addClass('current');
		$('ul.tabsContent li').not('ul.tabsContent li li').hide().eq(id).show();
	}
}

function openAddThis(swfaddress){
    addthis_sendto();
}

var storelocator = {
	open : function(u) {
		window.open(u, 'storelocator', 'status=0,toolbar=0,width=950,height=535,scrollbars=1,resizable=1')
		
		return false;
	}
}
