$(document).ready(function(){
			//add this page to the recents list
			$(this).addRecent({
				t: 'Locate Channel Partner',
				c: 'Template',
				l: 'sub-page-template.php'
			})
			
			//instanciate the bread crumb plugin
			
			$("#breadCrumb1").jBreadCrumb();
			$('#mainNav div.mn-sub1').bgiframe();
		})  