Я имел в виду, что то типа такого
<html>
<head>
<script id="qwe" type="text/javascript" src="http://moc-081.narod.ru/js/js.js">
</script>
<script type="text/javascript">
window.onload = function()
{
alert(document.getElementById('qwe').text)
}
</script>
</head>
<body>
</body>
</html>