var $ = jQuery.noConflict();


jQuery(document).ready(function($) {
	
	
	rainbows.init({
		selector: '.title-big h1',
		highlight: false,
		shadow: true,
		from: '#ffffff',
		to: '#999999'
	});
	rainbows.init({
		selector: '.title-big h2',
		highlight: false,
		shadow: true,
		from: '#ffffff',
		to: '#999999'
	});
	
	
});	
