34
           
            
                
     
    
    Sorry trabis - I 4got about it, but here it is now
First of all here is the JS + CSS (kept it @ your module structure, and I'm 99.9% sure there's no hardcoded staff in it).
http://www.gifts45.com/tmp/mysearch.zip@ /templates/mysearch_search.html I added ( before the <{$label_ignored_keywords}> section )
 <link rel="stylesheet" type="text/css" href="css/lightwindow.css" /> 
 
<script type="text/javascript" src="js/inthetube/prototype.js">script> 
<script type="text/javascript" src="js/inthetube/effects.js">script> 
<script type="text/javascript" src="js/inthetube/lightwindow.js">script> 
<link href="css/inTHEtube.css" rel="stylesheet" type="text/css" media="screen" /> 
<script src="js/inthetube/inTHEtube.js" type="text/javascript">script> 
 
<p> 
 
<h2>Youtube video clips for: <{section name=cur_kw_searched loop=$searched_keywords}> 
<{$searched_keywords[cur_kw_searched]}><{if $smarty.section.cur_kw_searched.index <> $smarty.section.cur_kw_searched.total}> <{/if}><{/section}>h2> 
<center><div id="youtubeDiv" style="display: block; clear: both"> 
div>center> 
<script> 
insertVideos('youtubeDiv','search','<{section name=cur_kw_searched loop=$searched_keywords}><{$searched_keywords[cur_kw_searched]}><{if $smarty.section.cur_kw_searched.index <>$smarty.section.cur_kw_searched.total}> <{/if}><{/section}>','10',1); 
script> 
 
p>