
/*
Tipue drop 1.0
Tipue drop Copyright (c) 2011 Tri-State Consultants
Tipue drop is free for both both commercial and non-commercial use and released under the MIT License.
For the latest release, documentation and licence see http://www.tipue.com/drop
*/


// The following setting is the location of the Tipue drop folder

var td_loc = 'tipuedrop';

// This setting is the number of results displayed

var td_show = 5;

// The text displayed when no results are found

var td_no_items = 'Nothing found';


// Below is the item data for Tipue drop, stored as an object

var tipuedrop = {"pages": [
     {"title": "Tipue drop", "thumb": "img/drop.png", "text": "A free search box influenced by the Quick Links dropdown on apple.com", "loc": "http://www.tipue.com/drop"},
     {"title": "Tipue drop FAQ", "thumb": "img/faq.png", "text": "Frequently asked questions about Tipue drop", "loc": "http://www.tipue.com/help/drop/faq/"},     
     {"title": "Tipue Home", "thumb": "img/home.png", "text": "A free and very simple cloud data store for developers", "loc": "http://www.tipue.com/home"}
]};

