$(document).ready(function(){

	$(".ie").load("js/ie.html"); // Load the IE warning into a div with a class of ie
	
});
