var WHITES=[
    {
        id: 'bartho',
        name: 'Die Bartho',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=174&Itemid=131',
        vintage: '2010',
        description: 'Blend of Sauvignon blanc and Semillon',
        platter: 5.0,
        ml: "750ml",
        price: 164.00,
        available: true
    },

    {
        id: 'nr3',
        name: 'Nr. 3 Sauvignon blanc',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=175&Itemid=132',
        vintage: '2011',
        description: 'Sauvignon blanc (Tropical Style)',
        platter: 4.0,
        ml: "750ml",
        price: 103.00,
        available: true
    },

	{
        id: 'nr5',
        name: 'Nr. 5 Sauvignon blanc',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=176&Itemid=133',
        vintage: '2009',
        description: 'Sauvignon blanc (Wood Matured)',
        platter: 5.0,
        ml: "750ml",
        price: 137.00,
        available: false
    },

	{
        id: 'nr7',
        name: 'Nr. 7 Sauvignon Blanc',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=177&Itemid=134',
        vintage: '2011',
        description: 'Sauvignon blanc (Green, mineral style)',
        platter: 4.0,
        ml: "750ml",
        price: 89.00,
        available: true
    }

];

var ROSES=[
    {
        id: 'bloos',
        name: 'Bloos',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=180&Itemid=137',
        vintage: '2011',
        description: 'Bordeaux Style Rose Blend',
        platter: 0,
        ml: "750ml",
        price: 62.00,
        available: true
    }
];

var REDS=[
    {
        id: 'arnoldus',
        name: 'Die Arnoldus',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=172&Itemid=129',
        vintage: '2007',
        description: 'Bordeaux Style Blend',
        platter: 4.0,
        ml: "750ml",
        price: 195.00,
        available: true
    },

    {
        id: 'arnoldusMagnum',
        name: 'Die Arnoldus Magnum',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=172&Itemid=129',
        vintage: '2005',
        description: 'Bordeaux Style Blend',
        platter: 4.0,
        ml: "1500ml",
        price: 450.00,
        available: true
    },

    {
        id: 'martha',
        name: 'Die Martha',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=173&Itemid=130',
        vintage: '2008',
        description: 'Rhone blend',
        platter: 4.0,
        ml: "750ml",
        price: 152.00,
        available: true
    },

	{
        id: 'kleinboet',
        name: 'Kleinboet',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=178&Itemid=135',
        vintage: '2008',
        description: 'Bordeaux Style Blend',
        platter: 3.5,
        ml: "750ml",
        price: 101.00,
        available: true
    },

	{
        id: 'swartskaap',
        name: 'Swartskaap',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=179&Itemid=136',
        vintage: '2009',
        description: 'Cabernet Franc',
        platter: 4.0,
        ml: "750ml",
        price: 164.00,
        available: true
    },		

	{
        id: '1855red',
        name: '1855 Posmeester',
        url: 'http://www.hpf1855.co.za/index.php?option=com_content&view=article&id=181&Itemid=138',
        vintage: '2010',
        description: 'Lifestyle Cape blend',
        platter: 0,
        ml: "750ml",
        price: 65.00,
        available: true
    }

];


