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+='<div class="clr"><\/div>';
str+='<\/div>';
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> ';
str+='<div class="nobottomgap">';
str+='<\/div>';
str+='<\/div>';
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:\/\/rrstar.static.ghm.zope.net\/resources\/rockford\/icons\/bullet_gen_thin_rev.gif" \/><a';
str+='href="http:\/\/www.rrstar.com">Home<\/a><\/li>';
str+='<li><img alt=""';
str+='style="vertical-align:middle; padding:0 5px"';
str+='src="http:\/\/rrstar.static.ghm.zope.net\/resources\/rockford\/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+='href="http:\/\/www.rrstar.com\/multimedia\/rss"><\/a><\/h2>';
str+='<\/div>';
str+='<\/div>';
str+='<div class="m5_bot"><\/div>';
str+='<div class="clr"><\/div><div class="m5_bot"><\/div>';
str+='<div id="right_rail_160">';



document.write(str);

}

cb_wrap();