﻿// MoreSmileyData.js
// Data to add more Smileys to Ning Networks
// Copyright 2009, B K Services Inc.  
// A license to use this code is granted ONLY to members of TheNingMaster.com
// For more information, Email us: bill@bkserv.com

var moreSmileys = { 
  "path" : "http://www.bkserv.net/images/", 
  "count" : "2",
  "smiley" :
    [
        { "code" : "8)", "name" : "glasses" },
        { "code" : "=:)", "name" : "hair" }
    ]
}

