﻿/*
* Author: simon.gilhooly
*/
var atom14 = uk.co.atom14;

window.onload = init;

function init() {
/*	window.document.getElementById("newsfeed").innerHTML = parseFeed("news");
	window.document.getElementById("matchreports").innerHTML = parseFeed("match report"); */
	
	atom14.calId = "euaufgplarefcifv915aifa380@group.calendar.google.com";
	atom14.targetDiv = "calendar";
	atom14.googleCal();
}

