4 - 3 =

Ceylon OP-1 »Kenilworth«

This estate was founded in 1947 by an English pioneer who named the estate after the famous Kenilworth... more >>

CUBA TURQUINO

  Although the best coffees around the world are grown at over 1000 metres above sea level, the... more >>

SELECT 
					msg.id_message AS id, 
					msg.title AS msgTitle,
					msg.abstract,
					msg.date_time_message
					
				FROM msg
					
				WHERE msg.date_time_publish <= NOW() 
					AND (msg.date_time_withdrawal >= NOW() OR msg.date_time_withdrawal IS NULL)
					AND msg.global_languages_code = 'eng'
				 AND (0 OR msg.id_msg_rubric = '2009061213504999')
				ORDER BY msg.date_time_message DESC
				LIMIT 2