function writeJS(){
var str='';
str+='<style type="text\/css">';
str+='<!--';
str+='#drsteve_wrapper {';
str+='width:775px; ';
str+='margin-left:auto; ';
str+='margin-right:auto;';
str+='font-family:Arial, Helvetica, sans-serif;';
str+='font-size:10px;';
str+='color:#c1c1c1;';
str+='margin-bottom:7px;';
str+='margin-top:5px;';
str+='text-align:left;';
str+='}';
str+='#drsteve_wrapper a, #drsteve_wrapper a:visited, #drsteve_wrapper a:link, #drsteve_wrapper a:active {';
str+='color:#6d6d6d;';
str+='text-decoration:none;';
str+='}';
str+='#drsteve_wrapper a:hover {';
str+='color:#6d6d6d;';
str+='text-decoration:underline;';
str+='}';
str+='#steve_sponsor {';
str+='float:right;';
str+='}';
str+='-->';
str+='<\/style>';
str+='<div id="drsteve_wrapper">';
str+='    <div id="steve_sponsor">Sponsor [<a href="http:\/\/movienow.ca\/"   style="color:#5784e0;" title="Get local showtimes and movie information.">movienow.ca<\/a>]<\/div>';
str+='    ';
str+='    <a href="http:\/\/www.durhamregion.com\/" style="color:#5784e0;">durhamregion.com<\/a><\/span> | ';
str+='    <a href="http:\/\/www.goldbook.ca\/goldbook\/oshawa.html" target="_blank">Goldbook<\/a> | ';
str+='    <a href="http:\/\/www.communitynotices.ca\/">Community Notices<\/a> | ';
str+='    <a href="http:\/\/durham.freedateconnection.com\/index.php?page=index">Dating<\/a> | ';
str+='    <a href="http:\/\/www.eventnow.ca\/events\/index.php">Events<\/a> | ';
str+='    <a href="http:\/\/durham.flyerland.ca" target="_blank">Flyers<\/a> | ';
str+='    <a href="http:\/\/www.localmarketplace.ca\/">Marketplace<\/a> | ';
str+='    <a href="http:\/\/www.menusdurhamregion.com\/">Menus<\/a> | ';
str+='    <a href="http:\/\/www.movienow.ca\/">Movies<\/a> | ';
str+='    <a href="http:\/\/www.newsdurhamregion.com\/">News<\/a> | ';
str+='    <a href="http:\/\/www.photosdurhamregion.com\/gallery\/index.php">Photos<\/a> | ';
str+='    <a href="http:\/\/www.mediamash.ca\/">Video<\/a> ';
str+='    ';
str+='    <\/div>';
document.write(str);
}
writeJS();