function include(src) {
	document.writeln("<script type=\"text/javascript\" src=\"" + src + "\"><" + "/script>");
}
		
//add scripts below
include('/js/prototype.js');
include('/js/custom.js');
