// JavaScript Document

		$(function(){	// shorthand for $(document).ready() BTW
        $('div.topodgrad').each(function() {
			// The text of the paragraphs in the rounded divs is also the
			// jQuery code needed to create that effect. Cosmic.
             eval($(this).corner("bottom"));
        });
        $('#main ').wrap("<code></code>");
	});
		
		
	$(function(){	// shorthand for $(document).ready() BTW
        $('div.topodgrad2').each(function() {
			// The text of the paragraphs in the rounded divs is also the
			// jQuery code needed to create that effect. Cosmic.
             eval($(this).corner("bottom"));
        });
        $('#main ').wrap("<code></code>");
	});
	
		$(function(){	// shorthand for $(document).ready() BTW
        $('div.topodgrad3').each(function() {
			// The text of the paragraphs in the rounded divs is also the
			// jQuery code needed to create that effect. Cosmic.
             eval($(this).corner("bottom"));
        });
        $('#main ').wrap("<code></code>");
	});