﻿var urlstr = $('meta[name="DC.Identifier"]').attr('content') ? $('meta[name="DC.Identifier"]').attr('content') : location.href + ":"; /* If there is no metadata value on the page, the value parsed will be the URL in the user's browser address bar. */
document.write('<div id="AddThis" class="AddThis">');
document.write('    <div class="addthis_toolbox addthis_default_style" addthis:url=' + '"' + urlstr + '">');
document.write('        <a href="http://www.addthis.com/bookmark.php?v=250&amp;username=businessvictoria" class="addthis_button_compact" rel="nofollow">Share<\/a>');
document.write('        <span class="addthis_separator">&nbsp;<\/span>');
document.write('        <a class="addthis_button_facebook" rel="nofollow"><\/a>');
document.write('        <a class="addthis_button_twitter" rel="nofollow"><\/a>');
document.write('        <a class="addthis_button_email" rel="nofollow"><\/a>');
document.write('        <a class="addthis_button_linkedin" rel="nofollow"><\/a>');
document.write('    <\/div>');
document.write('<\/div>');
