/*--------------------------------------------------------------------------  
 *	Xref-AJAX Engine Version 1.0
 *  (c) 2007 Syed Aamir Naqib (mail2san@yahoo.com)
 *
 *  Copyright Protected. All rights reserved. Copying without written permission
 *	from the author is NOT allowed under any circumstances.
 *
/*--------------------------------------------------------------------------*/


var srcURL = '/services/';

init();
function init() {
	document.write('<' + 'script src="' + srcURL + 'prototype.js"' +' type="text/javascript"><' + '/script>');
	document.write('<' + 'script src="' + srcURL + 'xmldom.js"' +' type="text/javascript"><' + '/script>');
	document.write('<' + 'script src="' + srcURL + 'xref-ajax2.js"' +' type="text/javascript"><' + '/script>');
	document.write('<' + 'script src="' + srcURL + 'querystring.js"' +' type="text/javascript"><' + '/script>');
}
