$('head').append('<title>Find Physician Jobs at the NEJM CareerCenter</title>');
$('head').append('<link type=\'text/css\' href=\'http://www.nejmjobs.org/fjWidget/ccWidgetStyles.css\' rel=\'stylesheet\'></link>');
$('head').append('<meta http-equiv=\'Content-Type\' content=\'text/html; charset=UTF-8\' />');
$(document).ready(function(){
    var pfwOutput = '<div id="fjWidget" style="width: 207px;" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rss="http://purl.org/rss/1.0/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xmlns:prism="http://purl.org/rss/1.0/modules/prism/"><div id="ccWidget"><div class="ccBar"></div><div id="ccJobs"><p class="ccJobDesc"><a href="http://www.nejmjobs.org/index.aspx?qry=fjw"><img src="http://www.nejmjobs.org/fjwidget/images/ccWidgetLogo.gif" alt="NEJM CareerCenter" width="134" height="34"></a></p><p class="CCDate"><img src="http://www.nejmjobs.org/fjwidget/images/ccWidgetPhysJobs.gif" alt="Physician Jobs"><br>Saturday, July 31, 2010</p><h3 class="ccSpecialtySubheadPub">Chiefs/Directors/Dept. Heads</h3><p class="ccJobDesc"><a href="http://careercenter.nejmjobs.org/jobs/3470749/va-medical-center&amp;qry=fjw">Va Medical Center</a></p><h3 class="ccSpecialtySubheadPub">Gastroenterology</h3><p class="ccJobDesc"><a href="http://careercenter.nejmjobs.org/jobs/3469645/gastroenterologist&amp;qry=fjw">Gastroenterologist</a></p><h3 class="ccSpecialtySubheadPub">Internal Medicine</h3><p class="ccJobDesc"><a href="http://careercenter.nejmjobs.org/jobs/3441357/northern-new-jersey&amp;qry=fjw">Northern New Jersey</a></p><h3 class="ccSpecialtySubheadPub">Internal Medicine</h3><p class="ccJobDesc"><a href="http://careercenter.nejmjobs.org/jobs/3440177/boston&amp;qry=fjw">Boston</a></p><h3 class="ccSpecialtySubheadPub">Endocrinology</h3><p class="ccJobDesc"><a href="http://careercenter.nejmjobs.org/jobs/3404751/new-jersey&amp;qry=fjw">New Jersey</a></p><h3 class="ccSpecialtySubheadPub">\n';
   pfwOutput = pfwOutput + '            from the publishers of <br>the New England <br>Journal of Medicine\n';
   pfwOutput = pfwOutput + '          </h3></div><div class="ccBar"><a href="http://www.nejmjobs.org/index.aspx?qry=fjw"><img src="http://www.nejmjobs.org/fjwidget/images/ccWidgetURL.gif" alt="www.nejmjobs.org?qry=fjw" width="121" height="15"></a></div></div></div>';
    $('#fjWidget').width(207);
    $('#OutputWidget').html(pfwOutput);
});
