

/*
var msg = 'All purchasing is currently done through KMSTools.com, you are being redirected there now.';

	
$(document).ready(function(){
	
	if(window.location == 'http://www.kmscarparts.com/pages/flyer-1'){
		window.setInterval('resizeFlyer()',1000);	
	}
	
});

function resizeFlyer(){
	if($('#flyerIFrame').length > 0){
		alert($('#flyerIFrame').contents().text());
		//alert('body-height:'+$('#flyerIFrame')[0].contentWindow.find('body').height());
		$('#ezPageDefault').find('div[class!="clear"]').height($('#ezPageDefault').find('iframe').height());	
	}
}
*/
