$(window).ready(function(){
						 
	if(	$('#container').length != 1	){
		
		$('#portal-breadcrumbs').before($('#portal-personaltools'));		
		$('#portal-breadcrumbs').after($('.documentActions'));
		$('.documentActions').after('<div style="clear:both;"></div>');
		
	} else {
		
		$('#left-a h2').before($('.documentFirstHeading'));
					
		$('#wscript').before( $('.contentViews')	);
		$('#wscript').before( $('.contentActions')	);		

	}
});