google-link.html


<script>
	window.googleJavaScriptRedirect = 1
</script>

<body style="display: none">
	<a href="http://cseweb.ucsd.edu/~hovav/dist/canvas.pdf" id=link target=_parent>
	<textarea id="frm"></textarea>
</body>
<script>
	var m = {
		navigateTo: function (b, a, d) {
			if (b != a && b.google) {
				if (b.google.r) {
					b.google.r = 0;
					a.document.getElementById("link").click();
				}
			} else {
				try {
					var f = a.location.search.match(/[\?&]ccnt=([^&]*)/);
					if (f) {
						var g = f[1],
						h = a.sessionStorage,
						k = h.rds,
						l = h.rdcnt;
						"b" == k && l == g ? (a.sessionStorage.rds = "f", a.history.back(1)) : (a.sessionStorage.rds = "b", a.sessionStorage.rdcnt = g.substr(0, 5), a.document.getElementById("link").click())
					} else a.location.search.match("[?&]frm=") ?
					a.setTimeout(function () {
						var b = a.document.getElementById("frm");
						b.value ? (b.value = "", a.history.back(1)) : (b.value = "b", a.document.getElementById("link").click())
					}, 0) : a.document.getElementById("link").click()
				} catch (p) {
					a.document.getElementById("link").click()
				}
			}
		}
	};
	m.navigateTo(window.parent, window, "http://cseweb.ucsd.edu/~hovav/dist/canvas.pdf");
</script>
<noscript>
	<META http-equiv="refresh" content="0;URL='http://cseweb.ucsd.edu/~hovav/dist/canvas.pdf'">
</noscript>