// JavaScript Document

// Load our needed libraries from Google
google.load("jquery", "1");
//google.load("jqueryui", "1");

// Google Load callback function - "replaces" document.ready
google.setOnLoadCallback(function() {

	// Delay for other script loads
	$(document).ready(function(){
							  
	// font replacement
//	Cufon.replace('h1', { fontFamily: 'Gulliver' });
//	Cufon.replace('h2', { fontFamily: 'Gulliver' });


	});

});

