var match1 = path.search(/OUTLET/);
if (match1 != -1) {
	$(".tuotehinta").css({'color' : 'red', 'font-size' : '15px'});
}

var match2 = pageName.search(/OUTLET/);
if (match2 != -1) {
	$(".tuotehinta").css({'color' : 'red', 'font-size' : '15px'});
}
