﻿function scriptLoader(url) {
    document.write('<script src="', url, '" type="text/JavaScript"><\/script>');
}
