if (top.location!= self.location) { 
	top.location = self.location.href 
}

Shadowbox.init();

$(document).ready(function() {
/*	$('.home-gfx') 
	.before('<div id="slide-nav">') 
	.cycle({ 
	    fx:     'fade', 
	    speed:  'fast', 
	    timeout: 5000, 
		nowrap:  1, 
		pause:   1, 
	    pager:  '#slide-nav' 
	});
*/	
	if($('.side-nav').children().length == 0) {
		$('.nav-bar h3').hide();
		$('.nav-bar').css('padding-bottom','10px');
	}
});

