[- use Dice::Session; $skr_id = 0; if (validateSession()) { %sess_hash = ( SKR_ID => undef, FOOTER_FILE => undef ); getSessionVals(\%sess_hash); $skr_id = $sess_hash{SKR_ID}; } -] Dice site merchandising offerings
      
Dice site advertising and sponsorship opportunities
Reach your best customers and prospects with a customized, customer-focused advertising program on Dice. Our site and email sponsorships are a highly effective way to target millions of technology professionals and will help to build your clients' brand awareness among the Dice audience.

Take advantage of:
On-line advertising Targeted Products
  • Banners - 468x60
  • Skyscrapers - 120x600
  • Big Boy - 300x250
  • Tiles - 120x60
  • Featured Company - 120x60
  • Keyword based
  • Channel based
  • Solo EM Drop
  • Metro Banners
  • Metro Skyscrapers
EM Sponsorships
  • JobAlerts - 550,000 emails daily
  • Dice Advisor - 330,000 subscribers - once a month
  • Dice Review - 45,000 HR professionals - once a month
  • Solo EM Drop - 305,000 opt-in tech professionals
Text Links
  • Career Resources
  • Home Page
Learn More
To learn more about advertising with Dice, please contact:
adtraffic@dice.com, or call 888.321.3423 (DICE)
[- $footer = getSessionVal(FOOTER_FILE); if ($footer) { $footer = "/NOT_A_FILE.NOT" unless defined($footer); if (-f $footer) { Execute($footer, $skr_id); } else { #### Try it with a path $footer = $ENV{ACTUAL_DOCUMENT_ROOT} . $sess_hash{FOOTER_FILE}; if (-f $footer) { Execute($footer); } } } else { ### They must be a nonAuthenticated employer $footer = $ENV{ACTUAL_DOCUMENT_ROOT} . "/employer/nonAuthEmployerFtr.epl"; $footer = "/NOT_A_FILE.NOT" unless defined($footer); if (-f $footer) { Execute($footer); } } -]