// JavaScript Document
// Phil Whitehurst
// Code that runs after the home page has loaded

var s1 = new Spry.Widget.ContentSlideShow("#articles", {
	widgetClass: "WLBSlideShow",
	displayInterval: 8000,
	transitionDuration: 1000,
	injectionType: "replace"
});
function mypage(url)
{
	window.location.href=url;
	}
