/*
	Author:	Craig Davey
				craig@eigentone-solo-collective.net
	License:	Free software, no guarantees.
	Version:	1.0
*/

function importscripts() {
	if (document.getElementById) {
		for (var file,i=1; file=arguments[i]; i++) {
			document.write('<script type="text/javascript" src="'+arguments[0]+file+'" charset="utf-8"></script>')
			}
		}
	}
	
// alert('glowplug')

