function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}

function writeTestimonial(text, name, hostingsince)
{
	document.write('<img src="content/images/open_quote.gif" alt="" /><span class="testimonial">' + text + '</span><img src="content/images/close_quote.gif" alt="" />');
	document.write('<div class="testimonial_attr">');
	document.write('<span class="testimonial_name">' + name + '</span><br />');
	document.write('Hosting since ' + hostingsince);
	document.write('</div> <!-- .testimonial_attr -->');
}

IncludeJavaScript("content/scripts/jquery-1.2.6.js");
IncludeJavaScript("content/scripts/jquery.cycle.js");
IncludeJavaScript("content/scripts/jquery.colorize.js");