var adDataSettings = new Object;
//var ad_names = new Array ( 'promo','sky','mpu','468','popunder' );
var ad_names = new Array ( 'promo' );

/* Advert code */

function adData () {;}

// s1jobs2005 ad server
// Ad space: 300-promo (Internal promotion space)

adDataSettings.adpromo = function () {
  
    var val = new Object;

    val.dir = '300-promo';

  /* ----------- PAGES ---------- */

  val.homepage = new Array ('homepage');
//  val.customer_services = new Array ('hsbc');
//  val.run_of_site = new Array ('generic_alerts','desktop_notifier','mobilebeach','mobileforest','mobilemountain'); 
//  val.accountancy = new Array ('accountancy');
//  val.admin_secretarial_pa = new Array ('admin','mobilebeach','mobileforest','mobilemountain');
//  val.call_contact_centres = new Array ('callcentre','mobilebeach','mobileforest','mobilemountain');
//  val.engineering_technical = new Array ('engineering');
//  val.hospitality_catering_tourism  = new Array ('hospitality');
//  val.legal = new Array ('legal');
//  val.retail = new Array ('retail');
//  val.hr_training_recruitment = new Array ('hr');
//  val.construction_trades_property = new Array ('construction');
//  val.architecture = new Array ('design');

  // Temporary for o2 branding 
  // val.retail = new Array ('o2-retail');

    return val;

}();






// s1jobs2005 ad server
// Ad space: 120x600 (skyscraper)
adDataSettings.adsky = function () {

    var val = new Object;
    
    val.dir = 'skyads';
    
    /* ----------- PAGES ---------- */

    val.homepage = new Array ();  // placeholder to prevent RoS being served on HP
    val.run_of_site = new Array ('bip','hsbc');
    val.training_recruitment = new Array ('llw');
    val.call_contact_centres = new Array ('hsbc');
    val.financial_services_investment = new Array ('rbs');
    return val;
}();







// s1jobs2005 ad server
// Ad space: 300x250 (MPU space)
adDataSettings.admpu = function () {

    var val = new Object;

    val.dir = '300x250';

  /* ----------- PAGES ---------- */

  val.homepage    = new Array ('quantum_accountancy','quantum_legal','quantum_office','quantum_marketing','quantum_contact','quantum_it','quantum_languages');
  val.sales    = new Array ('bms');
  val.admin_secretarial_pa = new Array ('trg_ostrich');
  val.call_contact_centres = new Array ('rhl_train');

    return val;

}();








// s1jobs2005 ad server
// Ad space: 468x60
adDataSettings.ad468 = function () {

    var val = new Object;

    val.dir = '468x60';

  /* ----------- PAGES ---------- */

  val.homepage    = new Array ('bowcas','scotpow','trg_dell');
  val.run_of_site = new Array ('adecco_ros', 'roberthalf', 'search', 'pcs');

  val.accountancy = new Array ('hrc0205','hammond_accountancy');
  val.admin_secretarial_pa = new Array ('hrconsultancy_temps');
  val.call_contact_centres = new Array ('teletech','hr_heartbeat');
  val.customer_services = new Array ('rbs_rd2','scotpow');
  val.insurance = new Array ('hrc_insurance');
  val.financial_services_investment = new Array ('fpsg');
  val.legal = new Array ('tdl','hammond_legal');
  val.hr_personnel = new Array ('hrc_personnel','hammond_hr');
  val.retail = new Array ('greggs');
//  val.sales = new Array ('monster_sales');
    return val;
}();





// Ad Space: Pop Under
adDataSettings.adpopunder = function() {

    var val = new Object;

    val.dir = 'popunder';
    val.popSize = new Object;
    val.popunder = true;

    val.homepage = new Array( 'fpsg_construction' );

//    use line below to make a different size of popunder (just change fpsg to whatever your directory name is)
//    val.popSize.fpsg = ( '200x200' );

    return val;

}();

