/**************************************************************************/
/*INDIVIDUAL                                                              */
/**************************************************************************/
/*13.01.2011 mNahe $110113* "<a rel="nofollow"....." nofollow eingefügt    */
/*                                                                        */
/**************************************************************************/

document.observe('dom:loaded', function() {

	var shopUrl = BLANK_IMG.substr (0, BLANK_IMG.length-13);

	var labels = $$('#product-attribute-specs-table .label');

	labels.each(function(label){

		if(label.innerHTML.match('Weight') !== null) {

			label.update('<a rel="nofollow" href="' + shopUrl + 'lieferung/">' + label.innerHTML + '</a>'); /*mNahe $110113*/

			throw $break;

		}

		else if(label.innerHTML.match('Gewicht') !== null) {

			label.update('<a rel="nofollow" href="' + shopUrl + 'lieferung/">' + label.innerHTML + '</a>'); /*mNahe $110113*/

			throw $break;

		}

	});  

});
