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

ignite();

function mfp_bt(obj,method) {
		if(method)
			obj.style.backgroundPosition = '0px -60px';
		else
			obj.style.backgroundPosition = '0px 0px';
	}
