function cb_wrap(){

var url = document.URL;	

var title = "";



if (url.match("forums"))

{

	title = "Forums";

}

else if (url.match("obits"))

{

	title = "Obituaries";

}

else if (url.match("publicrecords"))

{

	title = "Public Records";

}

else if (url.match("realestate") && url.match("commercial"))

{

	title = "Commercial Real Estate";

}

else if (url.match("calendar"))

{

	title = "Calendar";

}

else if (url.match("anniversary"))

{

	title = "Anniversary Announcement Form";

}

else if (url.match("engagement"))

{

	title = "Engagement Announcement Form";

}

else if (url.match("general"))

{

	title = "General Announcement Form";

}

else if (url.match("wedding"))

{

	title = "Wedding Announcement Form";

}

else if (url.match("singlecopy"))

{

	title = "Single Copy Locations";

}

else if (url.match("worship"))

{

	title = "Worship Directory";

}

else if (url.match("dining"))

{

	title = "Dining Guide";

}

else if (url.match("medical"))

{

	title = "Medical Directory";

}

else if (url.match("localbands"))

{

	title = "Local Band Directory";

}

else if (url.match("subscriptions"))

{

	title = "Subscriptions";

}

else if (url.match("golf"))

{

	title = "Golf";

}

else if (url.match("maps"))

{

	title = "Maps";

}
	

	

var str='';

str+='		<\/div>';
str+='	';
str+='		<div class="clr"><\/div><!--clear the right rail-->';
str+='	';
str+='	<\/div><!--End verticals-->';
str+='	';
str+='	<div id="breadcrumbs">';
str+='		<div class="float_r" style="width:205px; margin-top:-8px">';
str+='			<div class="inside_dark" style="padding-top5px">';
str+='			<div class="notopgap" style="height:22px"><\/div> <!--close notopgap-->';
str+='			<div class="nobottomgap">';
str+='			<\/div><!--close no bottom gap-->';
str+='			<\/div><!--close inside-->';
str+='			<div class="bot_l_dark"><\/div><div class="bot_r_dark"><\/div>';
str+='		<\/div>';
str+='	<div class="content">';
str+='	<ul>';
str+='	<li><img alt=""';
str+='          style="vertical-align:middle; padding:0 5px"';
str+='          src="http:\/\/static.hd.zope.net\/icons\/bullet_gen_thin_rev.gif" \/><a';
str+='    href="http:\/\/www.herald-dispatch.com">Home<\/a><\/li>';
str+='	<li><img alt=""';
str+='          style="vertical-align:middle; padding:0 5px"';
str+='          src="http:\/\/static.hd.zope.net\/icons\/bullet_gen_thin_rev.gif" \/><a href="javascript:history.go(-1)">Back<\/a><\/li>';
str+='	<\/ul>';
str+='		<h2><span>'+ title +'<\/span>';
str+='		<a style="border:none"';
str+=' <div class="mainContent" style="padding: 10 0 0 10px;">';
str+='      <div class="topCorners">';
str+='        <metal:block define-slot="navigation" \/>';
str+='      <\/div>';
str+='		<\/a>';
str+='		<\/h2>';
str+='	<\/div><!--close content-->';
str+='	<\/div><!--close breadcrumbs-->';
str+='	';
str+='	<div class="clr"><\/div><div class="m5_bot"><\/div>';
str+='	';
str+='	<div id="right_rail_300" style="width:170px">';


document.write(str);

}

cb_wrap();