﻿Depend.Bookmark = function(serverVars) {
	this.ServerVars = serverVars;
	this.Initialize();
};
Depend.Bookmark.prototype = {
	Initialize: function() {
		$(serverVars.bookmarkSelector).jFav();
	}
};
Depend.Extend(Depend.Bookmark, Depend.Core);