| Сообщение от Loki6999 | 
	| так ведь  getJso.js разве не первой загружается ? | 
	
Пардон! Сбила с толку твоя нумерация
	
	| Сообщение от Loki6999 | 
	| 1) search.js ... 2) getJso.js ...
 | 
	
	
	| Сообщение от Loki6999 | 
	| просто тупа написать написать имя функции не получается | 
	
Бивас, тест! (с)
one.js
function test() {
	alert('Ok!');
};
two.js
test();
test.html
<!DOCTYPE html>
<html>
<head>
<script src="one.js"></script>
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>
<body>
<script src="two.js"></script>
<body>
</body>
</html>
Таки работает! 
