function run(variable) {
	jQuery(function($) {
		variable.run();
	});
}


