function usstyle()
{
	$(document).ready(function(){
	$("#gradient").css('background-image','url(http://www.usthemyours.com/wp-content/themes/usthemyours/images/sfuma.jpg)');
	$("#gradient").css('background-repeat','repeat-x');
	$("h1 a").css('color','#000');
	$(".category a").css('color','#000');
	$(".author a").css('color','#666');
	$('body').css("background-color", '#FFF');
	});
}
function themstyle()
{
	$(document).ready(function(){
	$("#gradient").css('background-image','url(http://www.usthemyours.com/wp-content/themes/usthemyours/images/sfuma_them.jpg)');
	$("#gradient").css('background-repeat','repeat-x');
	$("h1 a").css('color','#000');
	$(".category a").css('color','#000');
	$(".author a").css('color','#666');
	$('body').css("background-color", '#efefef');
	});
}