/*
 Here Perlover's search panel - "Easy Gallery Search"
 Scripts are copyrighted by owners (to see copyrights into each script)
*/
var srchBaseUrl = 'http://img.seekandsee.com/js/';
var scripts = [
	'jquery-1.3.2.min.js',
	'jquery.hoverIntent.minified.js',
	'jquery.bgiframe.min.js',
	document.all ? 'excanvas.compiled.js' : null,
	'jquery.bt.min.js',
	'jquery.scrollTo-min.js',
	'ajaxtoolbox.min.js',
	'srch5.min.js',
	window.location.href.indexOf('/free/') > 0 ? 'freelog.min.js' : null
	];

for (var i = 0; i < scripts.length; i++)
 {
  if (scripts[i] != null)
    document.write('<scr'+'ipt type="text/javascript" src="' + srchBaseUrl + scripts[i] + '">' + '</scr'+'ipt>');
 }
