会社の IE6 きつい

以下の現象が同じPCでたりでなかったり...PCによっても違う

その1

<style>
	h1{
		display:none;
	}
</style>
<script src="/ebiz/rdcm/lib/jquery/jquery_1_2_6.js"></script>
<script>
	jQuery(function($j){
		$j("h1").show(); //ここでこける
	});
</script>
<script src="/ebiz/rdcm/lib/jquery/jquery_1_2_6.js"></script>
<style>
	h1{
		display:none;
	}
</style>
<script>
	jQuery(function($j){
		$j("h1").show(); //表示される
	});
</script>
<script src="/ebiz/rdcm/lib/jquery/jquery_1_2_6.js"></script>
<script>
	jQuery(function($j){
		$j("h1").show(); //表示される
	});
</script>
<style>
	h1{
		display:none;
	}
</style>

その2

a.html

<a href="b.html">b</a>

をクリックするとurlが

http://xxxx/a.htmlb.html

ってなる

かんべんしてくれ