WebFontConfig = {
    google: { families: [ 'Covered By Your Grace' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
        '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();


// Galleries
$(document).ready(function() {
	// Preview Gallery
	$("a[rel=preview]").fancybox({
		'padding'			: 0,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
		
});

$(document).ready(function() {
	// Preview Gallery
	$("a.band-bio").fancybox({
		'padding'			: 0,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
		
});

$(document).ready(function() {
	// Preview Gallery
	$("a#signup").fancybox({
		'padding'			: 0,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
		
});

// Tooltip
$(function(){
	$(".comingsoon").tipTip();
});
