
<!-- change location -->
<html>
<head>

<script language="javascript" type="text/javascript">

	window.onload = function()  
	{
		if (document.theform.hasrun.value == 0)
		{
			
			document.theform.hasrun.value = 1;
			top.location='http://www.ludwigphotography.com/';
			return false;
		}
	}

</script>


</head>
<body><form method="post" action="" name="theform">
<input type="hidden" name="hasrun" value="0">
</form>

	</body></html>
	