/*
	Any site-specific scripts you might have.
	Note that <html> innately gets a class of "no-js".
	This is to allow you to react to non-JS users.
	Recommend removing that and adding "js" as one of the first things your script does.
	Note that if you are using Modernizr, it already does this for you. :-)
*/
$(function() {
	
	if ("#admin") {
		rsvp_app = "112074692213477";
		rsvp_eid = "218389868180084";
		rsvp_secret = "112074692213477|2.AQCryeTsSao9Sdkr.3600.1306195200.0-1389818055|MeRa0wM2-oPArM_xrupl7SsslDE";
		rsvp_query  = "https://api.facebook.com/method/events.get?eids="+ rsvp_eid +"|"+ rsvp_secret +"&access_token="+ rsvp_app +"&format=json";
		$.get(rsvp_query, function(data) {
		  $('#admin').html(data);
		});
	}
	
});
