SERVER Girls:
Always busy when needed.
MULTIMEDIA Girls:
Makes horrible things looks beautiful.
VIRUS:These type of girls are
normally called ‘WIFE’
once enters in your system don’t leave
even after format.
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
jQuery('#pinterest').sharrre({
share: {
pinterest: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
pinterest: {
description: 'Boy Vs Girl' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
jQuery('#linkedin').sharrre({
share: {
linkedin: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons: {
linkedin: {
description: 'Boy Vs Girl' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('linkedin');
}
});
});