 var MELODYURL = "{$smarty.const._URL}";
 var MELODYURL2 = "{$smarty.const._URL2}";
 var TemplateP = "{$smarty.const._URL}/templates/{$template_dir}";
 jQuery(document).ready(function() {
   lightsoff();
 });
 $(document).ready(function(){
	$('a[rel^="prettyPhoto"]').prettyPhoto({theme:'light_rounded'});
});
 
  jQuery(document).ready( 
  function() {
	catlist(); 
  });

  $(document).ready(function() {
	  $("#pm_sources").change(function () {
		  var str = $("select option:selected").attr('value');
		  $("#pm_sources_ex").text(str);
	  })
	  .change();
  });
