var oscarid = new Array(10, 55, 57, 112, 142, 168, 186, 248, 333, 418, 444, 445, 519, 585, 610, 618, 812, 852, 977, 1040, 1114, 1262, 1280, 1334, 1446, 1568, 1642, 1683, 2019, 2070, 2105, 2285, 2294, 2363, 2411, 2768, 2805, 2821, 2894, 2942, 3001, 3044, 3058, 3061, 3156, 3211, 3471, 3838, 3994, 4134, 4363, 4375, 4565, 12501, 12737, 12836, 14909, 14956, 15669, 15971, 16090, 16109, 16135, 16136, 16198, 16306, 16434, 16580, 16618, 16719, 17195, 17693, 17706, 17854, 18848, 18880, 18939, 19115, 19122, 19299, 19449, 19449, 19525, 19889, 19895, 20116, 20290, 20293, 20655, 21816, 23008, 23157, 24323, 24967, 25044, 25736, 25752, 36446, 66899, 67079, 67267, 67523, 67755, 67921, 67941, 68432, 68792, 68798, 68982, 69242, 69663, 70428, 70884, 71092, 71816, 72120, 72221, 72280, 72905, 73149, 73231, 73791, 75046, 75679, 76063, 76497, 76738, 76772, 76858, 79143, 80270, 81353, 81581, 82020, 82395, 82488, 82666, 84310, 84601, 86458, 86647, 87140, 88627, 88959, 89152, 89234, 89238, 89553, 90744, 94081, 95445, 96263, 96313, 300505, 324265, 333459, 334628, 341478, 442696, 451961, 453557),
	oscar = {
	init : function(){
		$("#planer-content-listing .views-row").each(function(){
			scralettid = $(this).find(".views-field-field-scarlettid-value").text();
				for (i=0;i<=161;i++) {
							if (oscarid[i] == scralettid) {
								$(this).addClass("highlight");
							}
				}
		});
	}
};
