/*##########################################################			START CUSTOM HOMEPAGE BOXES FUNCTION	Author: Stuart Elmore c/o e4education (http://www.e4eduation.co.uk/)			(c) e4education & Stuart Elmore (October 2009).		    DO NOT MAKE UNAUTHORISED COPIES OF THIS CODE##########################################################*/$.e4eCustomHomepageBoxes = {	"latestNews":{		boxType: 'news',		boxTitle: 'Latest News',		newsFormat: '<li class="{story_odd_even}"><h3><a href="{story_link}">{story_title}</a></h3><span class="introText">{story_intro}</span></li>',		postHTML:'<span class="readMore"><a href="/news/?pid=11&nid=1">Read More News &raquo;</a></span>',		ulID: 'latestStories',		itemCount: 1,		categories:1,		newsPID: 11,		noResultsHTML: '<p>Sorry, there are no news stories currently available.</p><p>Please check back soon.</p>',		dateFormat:'%b</span><span class="day">%d',		defaultThumnail:'design/home/default_thumb.gif'	},	"schoolCalendar":{		boxType:'calendar',		boxTitle:'Calendar',		postHTML:'<p class="readMore"><a href="/calendar/?pid=11&calid=123">view full calendar...</a></p>',		calendarDivID:'calendarPopup',		calendarID:123	},	"latestGalleries":{		boxType: 'gallery',		boxTitle:'Latest Gallery Pictures',		imageCount:6,		galleryPID: 11,		thumbWidth: 75,		thumbHeight:75,		listID:'latestImages',		postHTML: '<p class="readMore"><a href="/gallery/default.asp?pid=11&amp;gcatid=0">view all our galleries...</a></p>'	},	"localNews":{		boxType: 'externalfeed',		boxTitle: 'UK news from the BBC',		url: 'http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xml',		xsl: 'rss.xsl',		callback: 'parseTweets',		displayCount: 5	},	"googleSearch":{		boxType: 'custom',		boxTitle: 'Google Search',		html: '<form method="get" action="http://www.google.com/search"><table border="0" cellpadding="0"><tr><td><input type="text" name="q" size="20" maxlength="255" value="" />&nbsp;&nbsp;<input type="submit" value="Google Search" /></td></tr><tr><td style="font-size:75%"><input type="checkbox"  name="sitesearch" value="www.wadedeacon.co.uk"/>&nbsp;&nbsp;only search www.wadedeacon.co.uk</td></tr></table></form><hr class="cleaner" />'	},	"twitterFeed":{		boxType: 'externalfeed',		boxTitle: 'Twitter',		postHTML:'<p class="readMore"><a href="http://twitter.com/wadedeacon" target="_blank" rel="external">Follow wadedeacon on Twitter</a></p>',		url: 'http://twitter.com/statuses/user_timeline/74265579.rss',		xsl: 'rss.xsl',		callback: 'parseTweets',		displayCount: 5	},	"usefulLinks":{		boxType:'page',		pid: 320,		boxTitle: 'Useful Links'	},	"eSafety":{		boxType:'page',		pid: 321,		boxTitle: 'E-Safety'	},	"eventList":{		boxType:'eventlist',		boxTitle: 'Upcoming Events',		listID: 'upcomingEvents',		calendars: 123,		intShowNumEvents: 5	},	"examinations":{		boxType:'page',		pid: 268,		boxTitle: 'Examination Results'	},	"quickLinks":{		boxType: 'custom',		html: '<ul><li id="quickLink1"><a href="/page/?title=Term+Dates&amp;pid=243">Term Dates</a></li><li id="quickLink2"><a href="/page/?title=Examinations&amp;pid=329">Examinations</a></li><li id="quickLink3"><a href="/page/?title=Examination+Results&amp;pid=268">Examination Results</a></li><li id="quickLink4"><a href="/page/?title=Progress+Reports&amp;pid=356">Progress Reports</a></li><li id="quickLink5"><a href="/page/?title=Ofsted+Report&amp;pid=276">Ofsted Report</a></li></ul>'	}}/*##########################################################			END CUSTOM HOMEPAGE BOXES FUNCTION##########################################################*/
