$(document).ready(function(){

	$(".ie").load("/static/js/ie.html"); // Load the IE warning into a div with a class of ie'
	
});
