/*
##########################################################
			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="homeNewsItem"><span class="dateComments"><span class="newsThumb">%img%</span></span><span class="newsDetails"><h3>%linkstart%%title%%linkend%</h3><span class="introPara"><p>%intro%</p></span></span><p class="readMore">%link%</p></li>',
		ulID: 'latestStories',
		itemCount: 1,
		categories:'2',
		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:'Upcoming Events',
		postHTML:'<p class="readMore"><a href="/calendar/default.asp?pid=4&amp;calid=0">view full calendar...</a></p>',
		calendarDivID:'calendarPopoutMain',
		calendarID:1
	},
	"latestGalleries":{
		boxType: 'gallery',
		boxTitle:'Latest Gallery Images',
		imageCount:4,
		galleryPID: 4,
		thumbWidth: 118,
		thumbHeight:118,
		listID:'latestImages',
		postHTML: '<p class="readMore"><a href="/gallery/default.asp?pid=4">view all our galleries...</a></p>'
	},
	"contactUs":{
		boxType:'custom',
		boxTitle:'Contact Us',
		html: '<p><a href="/page_viewer.asp?page=Contact+Us&amp;pid=7"><img src="/_includes/images/design/home/contact_map.gif" width="280" height="150" alt="Click here for full contact details" border="0" /></a></p><p>Ortongate, Peterborough, PE2 5RQ</p><p><strong>Tel:</strong> 01733 233014</p><p><strong>Email:</strong> <a href="mailto:mailbox@bushfield.co.uk">mailbox@bushfield.co.uk</a></p>'
	},
	"localNews":{
		boxType: 'externalfeed',
		boxTitle: 'Latest news from the BBC',
		url: 'http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/england/cambridgeshire/rss.xml',
		xsl: 'rss.xsl',
		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.bushfield.co.uk"/>&nbsp;&nbsp;only search www.bushfield.co.uk</td></tr></table></form><hr class="cleaner" />'
	},
	"usefulLinks":{
		boxType:'page',
		pid: 89,
		boxTitle: 'Useful Links'
	},
	"showcase":{
		boxType:'flash',
		boxTitle:'Video Showcase',
		flashURL:'/_includes/swf/showcase.swf',
		flashID: 'gallery',
		height:280,
		width:280,
		flashParams:[
			'wmode','transparent',
			'quality','high'
		],
		flashVars:[
			'xml','http://video.e4education.co.uk/scripts/showcaseVideos.php?server=web4{38}siteid=682092271{38}folder=showcase',
			'thumbWidth','60',
			'spacing','5',
			'transitionSpeed','1',
			'imageScale','',
			'tipBorderColor','0x65bfe4',
			'tipBackgroundColor','0xFFFFFF',
			'leftButton','/_includes/images/design/showcase/left.png',
			'rightButton','/_includes/images/design/showcase/right.png',
			'showPageCount','true'
		]
	}
}


$.e4eCustomHomepageBoxesStusSillyDefaults = {
	"cust_homepage":{
		boxType:'page',
		pid: 1,
		boxTitle: 'Welcome',
		preHTML: '<p>This is text before the content...</p>',
		postHTML: '<p>... This is text after the content!</p>',
		description: '<p>This is the description for this box item</p>'
	},
	"page_2":{
		boxType:'page',
		pid: 2,
		boxTitle: 'Page 2'
	},
	"page_3":{
		boxType:'page',
		pid: 3,
		boxTitle: 'Page 3'
	},
	"BBC_feed":{
		boxType: 'externalfeed',
		boxTitle: 'Latest news from the BBC',
		url: 'http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/england/cambridgeshire/rss.xml',
		xsl: 'rss.xsl',
		displayCount: 5,
		preHTML: '<p>This feed comes straight out of BBC News...</p>',
		postHTML: '<p>And that\'s the news!</p>'
	},
	"CustomBox":{
		boxType: 'custom',
		boxTitle: 'Custom Box Test',
		html: '<h4>Test Content</h4><p>This is a box of test content.</p>'
	},
	"latestNews":{
		boxType: 'news',
		boxTitle: 'Latest News'/*,
		newsFormat: '',
		ulID: '',
		itemCount: 4,
		categories:'',
		noResultsHTML: '',
		dateFormat:'',
		defaultThumnail:''*/
	},
	"testCalendar":{
		boxType:'calendar',
		boxTitle:'Upcoming Events',
		postHTML:'<p class="readMore"><a href="/calendar/default.asp?pid=4&amp;calid=0">view full calendar...</a></p>',
		calendarDivID:'calendarPopoutMain',
		calendarID:1
	},
	"testGallery":{
		boxType:'flash',
		boxTitle:'Video Showcase',
		flashURL:'/_includes/swf/showcase.swf',
		flashID: 'gallery',
		height:280,
		width:280,
		flashParams:[
			'wmode','transparent',
			'quality','high'
		],
		flashVars:[
			'xml','http://video.e4education.co.uk/scripts/showcaseVideos.php?server=web1{38}siteid=1199718721{38}folder=showcase',
			'thumbWidth','60',
			'spacing','5',
			'transitionSpeed','1',
			'imageScale','',
			'tipBorderColor','0x65bfe4',
			'tipBackgroundColor','0xFFFFFF',
			'leftButton','/_includes/images/design/showcase/left.png',
			'rightButton','/_includes/images/design/showcase/right.png',
			'showPageCount','true'
		]
	},
	"testEvent":{
		boxType:'eventlist',
		boxTitle:'Upcoming Events',
		calendars: '',
		listID: 'upcomingEvents',
		eventCount: 8
	},
	"testGallery":{
		boxType: 'gallery',
		boxTitle:'Latest Gallery Images',
		imageCount:4,
		galleryPID: 4,
		thumbWidth: 58,
		thumbHeight:58,
		listID:'latestImages'
	},
	"testMap":{
		boxType:'map',
		boxTitle:'Location',
		mapLink: 'http://maps.google.co.uk/maps?q=Ormiston+Bushfield+Academy&hl=en&cd=1&ei=358XS-j0MeG8jAfqvbCnAQ&sll=52.54772,-0.311594&sspn=0.008262,0.019688&ie=UTF8&view=map&cid=14503374234368498377&ved=0CBIQpQY&hq=Ormiston+Bushfield+Academy&hnear=&ll=52.545382,-0.302875&spn=0.009095,0.027874&z=16&iwloc=A',
		boxHeight: 300,
		boxWidth: 280
	},
	"testAttachments":{
		boxType:'attachments',
		boxTitle:'Useful Attachments',
		pid:10,
		preHTML:'<p>Here are our latest updates of our school policies, please click on a file to download.</p>'
	}
}

/*
##########################################################
			END CUSTOM HOMEPAGE BOXES FUNCTION
##########################################################
*/

