$(document).ready(function(){
    var atlasTags={
        '#video1':'cbnafr_Video1Pamela_1',
        '#video2':'cbnafr_Video2Laydia_1',
        '#video3':'cbnafr_Video3Steven_1'
    };
	$(".tabs > ul").tabs("div.tabPane",{
		history: true,
		api:true,
		current:'ui-tabs-selected'
	});
	$(window).hashchange(function(){
	    try{
	        var tag = atlasTags[location.hash];
	        tag &&  $.attachAtlas(tag);
        }catch(e){};
        _gaq.push(['_trackPageview', location.pathname+location.search+location.hash ]);
    });
});
