/// <reference path="dpr.global.js"/>

// *************************************
// dpr images
// *************************************
dpr.images = {};

dpr.images.star_on_full = dpr.edgeCacheRoot + '/images/stars/red_100.gif';
dpr.images.star_on_half = dpr.edgeCacheRoot + '/images/stars/red_50.gif';
dpr.images.star_off_full = dpr.edgeCacheRoot + '/images/stars/gray_100.gif';
dpr.images.star_off_half = dpr.edgeCacheRoot + '/images/stars/gray_50.gif';