<?php
require('includes/application_top.php');
$_SESSION['sess_isp_log'] ='';
$_SESSION['sess_goo_log'] = '';
$_SESSION['sess_1stop_log'] = '';
$_SESSION['sess_af_log'] = 1;

$smarty->assign('page_title', 'Cashback Shopping - Save upto 40% on your Shopping - �5 Free Bounus');
$smarty->assign('page_description', '');
$smarty->assign('page_keywords', '');
$smarty->assign('page_robots', 'noindex,nofollow');

# set appropriate css class specification for main menus
# (homepage, freebies, finance, coupons, my account)
$smarty->assign('voucher_records', $ca->get_exclusive_voucher_codes(13));
$smarty->assign('special_offers', $ca->get_exclusive_voucher_codes(11, 13));

$smarty->assign('url_selection', array ('topm-n','topm-n','topm-n','topm-n','topm-n', 'topm-n'));
$smarty->assign('PATH_CSS', '');
$smarty->assign('PATH_IMAGE', 'images/');

$smarty->assign('aflogin', true);


$smarty->assign('index_page', true);

$smarty->display('index.tpl');
# display page

?>
