			$(document).ready(function(){
 				$(".archives-a").click(function () {
     				$(".archives-ul").toggle("slow");
    			});
    			$(".categories-a").click(function () {
     				$(".categories ul").toggle("slow");
    			});
    			$(".linkcat h2").click(function () {
     				$(".blogroll").toggle("slow");
    			});
    			$(".linkReadMore").click(function () {
     				$(".aboutReadMore").toggle("slow");
     				$(".linkReadMore").hide();
    			});
    			$("html").addClass("nebula");
			});
			$(function(){

			    var $quote = $("#quoteWrap div p");
			
			    var $numWords = $quote.text().split(" ").length;
			
			    if (($numWords >= 1) && ($numWords < 10)) {
			        $quote.css({'font-size' : '24px', 'line-height' : '24px'});
			    }
			    else if (($numWords >= 10) && ($numWords < 20)) {
			        $quote.css({'font-size' : '22px', 'line-height' : '22px'});
			    }
			    else if (($numWords >= 20) && ($numWords < 30)) {
			        $quote.css({'font-size' : '20px', 'line-height' : '20px'});
			    }
			    else if (($numWords >= 30) && ($numWords < 40)) {
			        $quote.css({'font-size' : '18px', 'line-height' : '18px'});
			    }
			    else {
			        $quote.css({'font-size' : '16px', 'line-height' : '16px'});
			    }    
			
			});
			DD_roundies.addRule('#noticeMe,h2.pageTitle', '15px');
			DD_roundies.addRule('#content ul,#content ol', '10px');
			DD_roundies.addRule('#content ol li ul,#content ul ul,#content ul ul ul', '0px');