jQuery(function(){
	if (typeof global_Current_ProductCode != 'undefined'){
	var pin_href= encodeURIComponent(window.location.href);
	var pin_desc= encodeURIComponent(jQuery('#v65-product-parent tr td.vCSS_breadcrumb_td').find('font').text());

	if( global_Config_StoreFolderName == '/'){
		var pin_image= encodeURIComponent( 'http://' + window.location.hostname + global_Config_StoreFolderName + global_Config_ProductPhotosFolder + '/'+ global_Current_ProductCode + '-2t.jpg');
        } else {
		var pin_image= encodeURIComponent('http:' + global_Config_StoreFolderName + global_Config_ProductPhotosFolder + '/'+ global_Current_ProductCode + '-2t.jpg');        
	}
	jQuery('#btn_vsharethis').after('<a href="http://pinterest.com/pin/create/button/?description='+ pin_desc + '&url=' +pin_href + '&media=' +pin_image+ '" class="pin-it-button" count-layout="none">Pin It</a>');
	jQuery('#v65-share-buttons-cell').closest('table').css('width','270px');
	jQuery.getScript('//assets.pinterest.com/js/pinit.js');
	}
});
