$(document).ready(function(){
	
			
			$().killIE({
				text: "El usaba Internet Explorer... si no te gusta la idea baja inmediatamente el explorador de",
				style: "background:url(images/killie.jpg) center 30px no-repeat; text-align: center; color:#000000; height:100%; font-size:20px;",
				browser: firefox,
				version: ie7
			});
});