<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#333333">
Apparently Drupal does not allow you to reference absolute URL paths in
scripts, which is causing me a problem.&nbsp; I have a script in my
page.tpl.php that randomly picks images from a directory and displays
them in the header.&nbsp; This works when you're on the top level, but not
below since I'm using a relative path to get to the image directory.&nbsp;
Can anyone tell me the proper way of doing this?<br>
</body>
</html>