function ignite() {
	if (! new Array().push) {
		return false;
	}
	else {
		var scripts = new Array (
			'http://www.speedcashing.com/js/jquery.js',
			'http://www.speedcashing.com/js/yuga.js',
			'http://www.speedcashing.com/js/smoothScroll.js',
			'http://www.speedcashing.com/js/pr_120x120.js',
			'http://www.speedcashing.com/js/pr_120x600.js'
		);
		for (var i=0; i<scripts.length; i++) {
			document.write('<script type="text/javascript" src="'+scripts[i]+'" charset="utf-8"><\/script>');
		}
	}
}

ignite();
