function include(filename) {
	document.write("<script type='text/javascript' src='" + filename + "'></script>");
}

include("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js");
include("http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js");
include("behaviour.js");

