/**
 * @author Javier
 */
//http://la-ch.com/plugins/content/plugin_jw_sig/showthumb.php?img=/galerias/cimarrones/cimarron%201.jpg&scale=true&width=740&height=520&quality=80

jQuery.noConflict();
var jq = jQuery;
jQuery(document).ready(function(){
	if (jQuery(".moduletable_pic_home").length > 0) {
		var link = jQuery(".moduletable_pic_home img").attr("src").replace(/\/images\/stories/, '');
		jQuery(".contentpaneopen_pic_home img").wrap("<a rel='lightbox[sig0]' href='http://la-ch.com/plugins/content/plugin_jw_sig/showthumb.php?img=" + link + "&scale=true&width=740&height=520&quality=80'></a>");
	}
	
	
	//if (jQuery("td.contentheading_vod").lenght>0){
		jQuery(".contentpaneopen_vod:even").attr("style","border:none 0; background-color:transparent;");
	//}
	
	
	if (jQuery("p:contains('{thumb}')").length>0) {
		jQuery("p:contains('{thumb}')").each(function (i) {
			var html = jQuery(this).html();
			html  =  html.replace(/\{thumb\}/,'<img src="http://img.youtube.com/vi/');
			html  =  html.replace(/\{\/thumb\}/,'/1.jpg" />');
			jQuery(this).html(html);
		});
	}
	
});

