// This script contains the URLs and images for the Celebritology header.

// Please fill in the URLs below in the same format as the examples.

time_icon = 'http://media.washingtonpost.com/wp-srv/artsandliving/gr/icon-discussion_celeb_2pm.gif'
// Example  'http://media.washingtonpost.com/wp-srv/artsandliving/gr/icon-discussion_celeb_2pm.gif'
// PLEASE NOTE; use media.washingtonpost.com

disc_link = 'http://www.washingtonpost.com/wp-dyn/content/linkset/2007/02/07/LI2007020700952.html'
// Example       'http://www.washingtonpost.com/wp-dyn/content/linkset/2007/02/07/LI2007020700952.html'

disc_copy_unlinked = 'This Thursday:'
// Example   'This Thursday:'
// Any quote marks or apostrophes must be preceded by backslash: \

disc_copy_linked = 'Send in your questions now'
// Example      'Send in your questions now'
// Any quote marks or apostrophes must be preceded by backslash: \

gallery_art =
'http://media.washingtonpost.com/wp-dyn/content/photo/2009/11/13/PH2009111301518.jpg'
// Example    'http://www.washingtonpost.com/wp-srv/artsandleisure/front/leadart/new_145.jpg'

gallery_link =
'http://www.washingtonpost.com/wp-dyn/content/gallery/2009/11/09/GA2009110901259.html'
// Example     'http://www.washingtonpost.com/wp-dyn/content/gallery/2008/06/23/GA2008062300737.html'

// DO NOT EDIT BELOW HERE

document.write("<!-- Banner -->\r\r<div style=\"position:relative; padding-top:12px; padding-left:8px; margin-bottom:-87px;color:red; font-size:65px; z-index:10\"><a href=\"http://blog.washingtonpost.com/celebritology\" style=\"text-decoration:none\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></div>\r\r<div id=\"celebritology_wrapper\">\r\r	<!-- Discussion -->\r	<div style=\"float: left; width: 136px;\">&nbsp;</div>\r\r	<div id=\"discussion\">\r\r		<!-- Icon -->		<div class=\"icon\">\r");
   document.write("<a href='" + disc_link + "'>\r");
//  
   document.write("<img src='" + time_icon + "' width=\"33\" height=\"31\" border=\"0\" alt=\"\">\r");
//
document.write("        </a></div>\r\r		<!-- Copy -->\r		<div class=\"copy\">\r\r");
//
   document.write(disc_copy_unlinked + " ");
//
document.write("<a href=\"" + disc_link + "\">\r		<font color=\"black\">\r\r");
//
   document.write(disc_copy_linked);
//
document.write("\r		</font></a></div>\r	</div>\r\r	<!-- Gallery -->\r	<div style=\"float: right; width: 20px;\">&nbsp;</div>\r\r	<div id=\"gallery\">\r\r		<!-- Art -->\r");
//
   document.write("<div style=\"width:145px; height:100px; background-image:url(" + gallery_art + "); background-repeat:no-repeat;\">\r\r		<!-- Link -->");
//
   document.write("<a href=\"" + gallery_link + "\"><div style=\"width:145px; height:100px; background-image: url(http://media.washingtonpost.com/wp-srv/artsandliving/gr/art-eye_on_ent_145x100.png); background-repeat: no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'http://media.washingtonpost.com/wp-srv/artsandliving/gr/art-eye_on_ent_145x100.png\',sizingMethod=\'scale\');\"></div></a>\r");
//
document.write("		</div>\r\r	</div>\r\r</div>");
