/*********** PROMO NEWS FRANCHISEE TEMPLATE CONFIGURATION ****************
 *
 * Version 1.0
 *
 **************************************************************************/
//Promo News Access code
var ACCESSCODE = '0adddd';

//Page size
var PROMO_NEWS_SEARCH_PAGE_SIZE = 25;
var PROMO_NEWS_AUTOLOAD = 'random';

//Promo News Content Page
var PROMO_NEWS_PAGE_URL = 'http://www.sourcingmachine.co.uk/franchisee/franchisee_webcmspage.php';
//var PROMO_NEWS_PAGE_URL = 'http://192.168.10.2:8080/864/site/latest/franchisee/franchisee_webcmspage.php';
//Promo News Search Page
var PROMO_NEWS_SEARCH_URL = 'http://www.sourcingmachine.co.uk/franchisee/search.php';
//var PROMO_NEWS_SEARCH_URL = 'http://192.168.10.2:8080/864/site/latest/franchisee/search.php';

var PROMO_NEWS_QUICKSEARCH_URL = 'http://www.sourcingmachine.co.uk/franchisee/franchisee_webcmspage.php';
//var PROMO_NEWS_QUICKSEARCH_URL = 'http://192.168.10.2:8080/864/site/latest/franchisee/franchisee_webcmspage.php';


var PROMO_NEWS_ACCESS_CODE = ACCESSCODE;
//Promo News Product Page
var PROMO_NEWS_PRODUCT_PAGE = "productview.php";
var PROMO_NEWS_PRODUCT_PAGE2 = "productview2.php"; //franchiseee specific product view page.

/*  Look and Feel configuration  */
//css file
var PROMO_NEWS_CSS = "css/global.css";

//search bar background image
var PROMO_NEWS_BG_IMAGE = "images/yellow/bg-advanced.jpg";

//search bar height
var PROMO_NEWS_SEARCHBAR_HEIGHT = "275px";

//advanced search display type
var PROMO_NEWS_ADVSEARCH_DISPLAY = "block";
