function fire() {
	$(document).ready(function () {
		photoset();
	});
}
google.load("jquery", "1.6.1");
google.load("webfont", "1.0.19");
google.setOnLoadCallback(function() {
	    WebFont.load({
	      google: {
	        families: [ 'Dancing+Script:700','Nixie+One', 'Rokkitt' ]
	      }});
	load('/scripts/date.js','/scripts/jquery/jquery.easing.1.3.js','/scripts/mustache/mustache.js','/scripts/mustache/ICanHaz.min.js');
	if($("#home").length != 0) {
			load('/scripts/user/home.js').thenRun(function () {
			fire();	
		});
	} 
});
