27 lines
633 B
HTML
Executable File
27 lines
633 B
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Discipling the Nations :: Larger Image</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
|
|
<body bgcolor="black">
|
|
<div align="center">
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
var image_src = document.location;
|
|
var image_pattern = /.*image=(.*)/;
|
|
var which_image = 0;
|
|
|
|
image_pattern.test( image_src );
|
|
|
|
which_image = RegExp.$1;
|
|
|
|
document.write( "<img src=" + which_image + " />" );
|
|
//-->
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|