
		    
		function generate_thumb(rows,columns,player,size,width,height,outpicshow,overpicshow,offset,randomurl,button_id,div,niche)
		{	
				 var temp_url='proxy.php?url=http://www.ultimatesexe.com/selector/index.php/welcome/index/' + rows + '/' + columns + '/' + player + '/' + size + '/' + outpicshow + '/' + overpicshow + '/' + offset + '/' + randomurl + '/' + button_id + '/' + niche;	        								 	 			
	
   				 new Ajax.Updater(div, temp_url);
				
 	 				
		}
		        
		        
		function generate_text_thumb(rows,length,width,height,ads_conf)
		{					
				document.write('http://www.ultimatesexe.com/selector/index.php/welcome/get_text_thumb/' + rows + '/' + length + '/' + ads_conf);	        
		}
		
		
		function generate_categories_list(div,url)
		{					
				var temp_url='proxy.php?url=http://www.ultimatesexe.com/selector/index.php/welcome/get_categories/' + url;	        
				new Ajax.Updater(div, temp_url);
		}
		
