$(document).ready(function(){
	if($.browser.msie){
		$('body').append("<a id='IEkilledme' href='technique.php'></a>");
		//$('#IEkilledme').slideDown();
		$('#IEkilledme').animate({"top":"+=100px"},'normal');
	}
});