﻿/// <reference path="jquery-1.2.6-vsdoc.js"/>

$(function() {

    $('.stickyOrange').cluetip({splitTitle: '|', cluetipClass: 'defaultOrange', sticky: true, closePosition: 'title', arrows: true, width: '470px' });
    $('.stickyBlue').cluetip({ splitTitle: '|',cluetipClass: 'defaultBlue', sticky: true, closePosition: 'title', arrows: true, width: '490px'});
    $('.stickyGreen').cluetip({ splitTitle: '|',cluetipClass: 'defaultGreen', sticky: true, closePosition: 'title', arrows: true, width: '490px' });

});