/*
*Author     : Matthew Allan Newman, Move Social Networking Platform
*Description: Move SNP Version 1.0
*
*Copyright (c) 2008-2009
*Matthew Allan Newman & Move Social Networking Platform,
*All rights reserved.
*Refer to license included with the distribution.
*/

Socialize = new Ajax.Updater('slide-1-1', 'pages/socialize.jsp', {
    method: 'get'
});
News = new Ajax.Updater('slide-1-2', 'pages/news.jsp', {
    method: 'get'
});
Feature_Winery = new Ajax.Updater('slide-1-3', 'pages/featured_wineries.jsp', {
    method: 'get'
});
Feature_Wine = new Ajax.Updater('slide-1-4', 'pages/featured_wine.jsp', {
    method: 'get'
});