/*
 * JavaScript interface to the SB articles.
 * class SB.article - article interface
 *
 * Requirements: jQuery library 1.4.2 and above
 * Copyright (C) 2010 Tomas Hnilica.   All Rights Reserved.
 */
 

SB.article = function() {
	
}

SB.article.prototype.addArticle = function(event) {
 
};

