﻿(function() {
	var importSrc = function(jspath) {
		return '<script src="' + jspath + '"></script>' + "\n";
	}

	var path = '/common/js/';
	var ext = '.js';

	document.write(importSrc(path + 'fb_str' + ext));
	document.write(importSrc(path + 'fb_feeds' + ext));
	document.write(importSrc(path + 'movbeav' + ext));
})();
