// 1 archivenational .Com - Public Records Search Web 2.0 with ajax google api amd yahoo tabs. V 2008.07.07
function archivenational_cs(url) { var cs = document.createElement('link');   cs.href=url; cs.type='text/css'; cs.rel = 'stylesheet'; 	document.getElementsByTagName('head').item(0).appendChild(cs); }
function archivenational_js(url) { var js = document.createElement('script'); js.src=url;  js.type='text/javascript';                     document.getElementsByTagName('head').item(0).appendChild(js); }
archivenational_cs('http://yui.yahooapis.com/2.5.2/build/fonts/fonts-min.css');
archivenational_cs('http://yui.yahooapis.com/2.5.2/build/tabview/assets/skins/sam/tabview.css');
archivenational_js("http://yui.yahooapis.com/2.5.2/build/yahoo-dom-event/yahoo-dom-event.js");
archivenational_js("http://yui.yahooapis.com/2.5.2/build/element/element-beta-min.js");
archivenational_js('http://yui.yahooapis.com/2.5.2/build/tabview/tabview-min.js');
archivenational_js('http://www.google.com/jsapi?key=ABQIAAAAB8Kdohd2JRKnoKDEThvpABSuI3WOOFpWTJZ-kyvyUOXv4JOtixRlcVMOYCEwnvv6Xx7I6IoX9y4iKQ');
document.getElementsByTagName('body').item(0).className = 'yui-skin-sam';
	google.load("feeds", "1");
    function initialize() {
    var rss1 = new google.feeds.FeedControl();
        rss1.addFeed("http://www.archivenational.com/nationalarchives_publicrecords/publicrecords.xml", "Public Records");
		rss1.draw(document.getElementById("rss1"));
	var rss2 = new google.feeds.FeedControl();
        rss2.addFeed("http://www.findanyrecords.com/feed/", "Articles");
        rss2.draw(document.getElementById("rss2"));
	var rss3 = new google.feeds.FeedControl();
        rss3.addFeed("http://www.washingtonwatch.com/bills/subject/2853.xml", "Political");
		rss3.draw(document.getElementById("rss3"));
	var rss4 = new google.feeds.FeedControl();
        rss4.addFeed("http://publicrecords.onlinesearches.com/public-records-blog/feed/", "Information");
		rss4.draw(document.getElementById("rss4"));
	var rss5 = new google.feeds.FeedControl();
        rss5.addFeed("http://www.archives.gov/news/rss.php", "US");
		rss5.draw(document.getElementById("rss5"));
	var rss6 = new google.feeds.FeedControl();
        rss6.addFeed("http://www.nationalarchives.gov.uk/rss/news.xml", "UK");
		rss6.draw(document.getElementById("rss6"));
	var rss7 = new google.feeds.FeedControl();
        rss7.addFeed("http://www.publictechnology.net/backend.php", "Europe");
		rss7.draw(document.getElementById("rss7"));
    var rss8 = new google.feeds.FeedControl();
        rss8.addFeed("http://www.virtualchase.com/rssfeeds/tvcalert_rss.xml", "Legal Research");
		rss8.draw(document.getElementById("rss8"));
    var rss9 = new google.feeds.FeedControl();
        rss9.addFeed("http://archivenational.blogspot.com/feeds/posts/default", "Live Blog");
		rss9.draw(document.getElementById("rss9"));
	}
    google.setOnLoadCallback(initialize);
