Happenings
Interested in what’s going on in the Art Department? You can find us on Facebook or check out the blog.
Loading…
<!– Google Ajax Api
–>
@import url(“http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css”);
function LoadDynamicFeedControl() {
var feeds = [
{title: 'SNC Art',
url: 'http://sncart.blogspot.com/feeds/posts/default'
}];
var options = {
stacked : false,
horizontal : false,
title : “”
}
new GFdynamicFeedControl(feeds, ‘feed-control’, options);
}
// Load the feeds API and set the onload callback.
google.load(‘feeds’, ’1′);
google.setOnLoadCallback(LoadDynamicFeedControl);
