var jsLoading = {

	js : [
		/*@cc_on'http://pgcafe.net/wp/wp-content/themes/pgcafe/shared/js/html5.js', @*/
		'http://pgcafe.net/wp/wp-content/themes/pgcafe/shared/js/jquery.js',
		'http://pgcafe.net/wp/wp-content/themes/pgcafe/shared/js/jquery.innerfade.js',
		//'http://pgcafe.net/wp/wp-content/themes/pgcafe/shared/js/jquery.biggerlink.js',
		'http://pgcafe.net/wp/wp-content/themes/pgcafe/shared/js/function.js',
		],
	
	set : function(){
		var script = '';
		var js = jsLoading.js;
		for(var i=0,len=js.length;i<len;i++){
			script += '<script src="'+ js[i] +'"></script>';
		}
		document.write(script);
	}
	
}

jsLoading.set();
