<?php
  $and="";
  if (strlen($_SERVER['QUERY_STRING']) > 0) {
    $and="?" . urlencode($_SERVER['QUERY_STRING']);
  }
?>
<!doctype html>
<html>
<head>
<title>External Javascript Call - RJM Programming - February, 2015</title>
<link href='//www.rjmprogramming.com.au/PHP/emboss_h1.css' rel='stylesheet' type='text/css'>
<script id="jsid" data-name="jsid<?php echo strlen($and); ?>" async="async" src="myjs.js<?php echo $and; ?>" type="text/javascript"></script>
</head>
<body>
</body>
</html>
