/* 
 * Author : Tsevdos John
 * sites  : http://phrappe.com/ and http://tsevdos.com/
 * email  : tsevdosjohn@googlemail.com 
*/
jQuery.noConflict();
jQuery(document).ready(function($){

	// Utility functions/additions
	$('#comments > h3,#respond > h3').append('<span />');
	$('#posts').prepend('<div class="decoration"></div>');

});
