// JScript File

//alert('jquery common file is active');

function bellsWhistles() {
       var offramp = '/SiteExit.aspx?url=';
    jQuery('a[rel="external"]').attr('href', function(concat) {return offramp + this.href;}); 
    //$('a[rel="external"]').after('<img src="/images/icons/external-link.png" alt="external link" class="linkimg" width="10" height="10" />'); 
    //$('a[type="application/pdf"]').after('<img src="/images/icon-adobe.png" alt="Adobe PDF document" class="linkimg" />');
	jQuery('a[href*=.pdf]').click(function(){window.open(this.href); return false;}); 
    //$('a[type="application/word"]').after('<img src="/images/icons/word-icon.png" alt="MS Word document" class="linkimg" />'); 
    //$('a.top').after('<img src="/images/widgets/to-top.png" alt="Back to top" class="linkimg" />');
    jQuery('dl dt').append(':');
    jQuery('fieldset label.req','fieldset p.req').prepend('<b>*</b>');
	//$('ul#faq-anchors li a').before('<img src="/images/icons/purplekcarrot.gif" class="linkimg" />');
    jQuery('div.chart table tbody tr:nth-child(odd)').addClass("zebra");
}





