// deals js

$(document).ready(function(){
//    $("label a[href][title]").qtip({
    $(".tool-tip-handle[title]").qtip({
        content: {
            text: false
        },
        style: {
            border: {
                radius: 1,
                width: 1,
                color: '#99cde2' 
            },
            width: 140
        }
    });
});

function sharelink(thelink){
	window.open(thelink,'sharewin','width=700,height=450,toolbar=0,status=0');
}
	

