// breaks the site out of frames if loaded in someone elses site
// -------------------------------------------------------------
if (self.location.href != top.location.href) {
	top.location.href = self.location.href;
}



// custom Jquery code
// -------------------------------------------------------------

//PNG FIX
$(document).ready(function(){ 
	$(document).pngFix(); 
}); 


function getDealersByMap(state) {
	window.location = "/where_to_buy/retail_stores.php.php?s=" + state;
 }
 
 
function spawnWindow(the_href) {
	window.open(the_href, 'popupwin', 'width=1024,height=768,toolbar,menubar,location,status,scrollbars,resizable'); return false;
}
