/* PAGE WRAPPER INIT */
jQuery(document).ready(function() {
	jQuery('.boxModel03, .contentBoxMain, .optionsBox, .contentBox, .boxHeader, .boxFooter').roundCorners();
	// Open all external links that are in the main content area in an 	  external window
	// if they don't already have a target set.
	jQuery('#MAIN_CONTENT a[href]').not('[target]').not('[href^=/]').not('[href^=#]').not('[href^=javascript]').attr('target', '_blank');
	// Any links labeled with class rssFeed in the Main content should add themselves to the 
	// header as the rss for that page. 
	jQuery('#MAIN_CONTENT a.rssFeed').markAsRssFeed();
	// If facebox is loaded, set all links with a rel for faceboxing
	if (jQuery.facebox) {
		jQuery('a[rel*=facebox]').facebox();		 
	}
});
