// JavaScript Document

$(function(){
	
	//prepend span tag to titles
  $(".title").append('<span class="gradient"></span>');

});
