$("img#back").css("height",$("body").height());
$("div.content, div.trans, div#sidebar, div#sidebar div").corner();
$(".tweet").tweet(
{
	join_text: "auto",
	username: "djrebirth",
	avatar_size: 0,
	count: 5,
	auto_join_text_default: "",
	auto_join_text_ed: "",
	auto_join_text_ing: "",
	auto_join_text_reply: "",
	auto_join_text_url: "",
	loading_text: "loading tweets..."
});
$("#query").tweet(
{
	avatar_size: 0,
	count: 4,
	query: "tweet.djrebirth.com",
	loading_text: "searching twitter..."
});
if(!($.browser.msie))
{
	$("div.content#made img,div.content#weddings img,div.content#corporate-events img,div.content#school-events img,div.content#private-parties img,div.content#contact-us img").imgr({size:"0px",color:"red",radius:"10px 10px 10px 10px"});
}
