// This script contains the URLs and images for Celebritology's Other Blogs & Groups box.
// Please fill in the URLs below in the same format as the examples.

f1_link = 'http://blog.washingtonpost.com/getthere'
// Example 'http://blog.washingtonpost.com/postrock'

f1_img = 'http://media.washingtonpost.com/wp-dyn/content/photo/2008/12/12/PH2008121201819.jpg'
// Example 'http://media.washingtonpost.com/wp-dyn/content/graphic/2007/11/05/GR2007110501039.jpg'
// PLEASE NOTE; use media.washingtonpost.com

449

f1_title = 'Get There'
// Example 'Post Rock'

f2_link = 'http://voices.washingtonpost.com/goingoutgurus'
// Example 'http://blog.washingtonpost.com/postrock'

f2_img = 'http://media.washingtonpost.com/wp-srv/rightrail/images80/gibsonmartini80x72.jpg'
// Example 'http://media.washingtonpost.com/wp-dyn/content/graphic/2007/11/05/GR2007110501039.jpg'
// PLEASE NOTE; use media.washingtonpost.com

f2_title = 'Going Out Guide'
// Example 'Post Rock'

f3_link = 'http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/24/LI2005032401062.html'
// Example 'http://blog.washingtonpost.com/postrock'

f3_img = 'http://media.washingtonpost.com/wp-dyn/content/photo/2006/04/12/PH2006041202453.jpg'
// Example 'http://media.washingtonpost.com/wp-dyn/content/graphic/2007/11/05/GR2007110501039.jpg'
// PLEASE NOTE; use media.washingtonpost.com

f3_title = 'Home Front'
// Example 'Post Rock'

s1_url = 'http://www.washingtonpost.com/real-estate/'
// Example 'http://blog.washingtonpost.com/postrock'
s1_text = 'Washington Post Real Estate'
// Example 'GOG Blog' -- escape all quotes/apostrophes like so: \'

s2_url = 'http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/25/LI2005032504947.html'
// Example 'http://blog.washingtonpost.com/postrock'
s2_text = 'Real Estate Live'
// Example 'GOG Blog' -- escape all quotes/apostrophes like so: \'

s3_url = 'http://www.washingtonpost.com/homesales/'
// Example 'http://blog.washingtonpost.com/postrock'
s3_text = 'Recent Home Sales'
// Example 'GOG Blog' -- escape all quotes/apostrophes like so: \'

s4_url = ''
// Example 'http://blog.washingtonpost.com/postrock'
s4_text = ''
// Example 'GOG Blog' -- escape all quotes/apostrophes like so: \'

s5_url = ''
// Example 'http://blog.washingtonpost.com/postrock'
s5_text = ''
// Example 'GOG Blog' -- escape all quotes/apostrophes like so: \'


// DO NOT EDIT BELOW HERE

   document.write("<h2 style='background-color:transparent;'><a href='" + f1_link + "'><img src='" + f1_img + "' width='80' height='72' border='0'></a></h2>");

   document.write("<h4><a href='" + f1_link + "'>" + f1_title + "</a></h4>");

document.write("				</div>\r\r			<!-- 2 -->\r			<div style=\"float: left; width: 31px;\">&nbsp;</div>\r			<div style=\"float: left; width: 112px; text-align: center;\">\r 			");
   
   document.write("<h2 style='background-color:transparent;'><a href='" + f2_link + "'><img src='" + f2_img + "' width='80' height='72' border='0'></a></h2>");
      
   document.write("<h4><a href='" + f2_link + "'>" + f2_title + "</a></h4>");


document.write("\r			</div>\r\r			<!-- 3 -->\r			<div style=\"float: left; width: 31px;\">&nbsp;</div>\r			<div style=\"float: left; width: 112px; text-align: center;\">\r\r");			

   document.write("<h2 style='background-color:transparent;'><a href='" + f3_link + "'><img src='" + f3_img + "' width='80' height='72' border='0'></a></h2>");
   
   document.write("<h4><a href='" + f3_link + "'>" + f3_title + "</a></h4>");
   
document.write("\r			</div>\r		</div>\r		<div class=\"clearbothplus\"></div>\r\r		<!-- Divider -->\r		<div style=\"border-top: 1px dotted rgb(175, 173, 173); margin: 15px 0pt 0pt 13px; width: 426px; height: 13px;\"></div>\r\r		<!-- Also -->\r		<h4 style=\"padding-left: 13px;\">&raquo; Also:&nbsp; \r");
   
   document.write("<a href='" + s1_url + "'>" + s1_text + "</a>");
   if (s2_text.length >0 ) {document.write("\r&nbsp;|&nbsp;\r") }
   document.write("<a href='" + s2_url + "'>" + s2_text + "</a>");
   if (s3_text.length >0 ) {document.write("\r&nbsp;|&nbsp;\r") }
   document.write("<a href='" + s3_url + "'>" + s3_text + "</a>");
   if (s4_text.length >0 ) {document.write("\r&nbsp;|&nbsp;\r") }
   document.write("<a href='" + s4_url + "'>" + s4_text + "</a>");
   if (s5_text.length >0 ) {document.write("\r&nbsp;|&nbsp;\r") }
   document.write("<a href='" + s5_url + "'>" + s5_text + "</a>");