// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
$(document).ready( function() {    

//    $('.image a').html( function() {
//        ('.image a').html().replace(/http:\/\/app.cms.com\/system\/datas\/\d*\/\w*\//g, 'http://app.fcms.com');
//   });
        
    $("#search-form").submit(function() {
      window.location = '/news/search/'+ $("#keyword").val().replace(/ /g, '+');
      return false
    });    
    
});

$(function() {
	$('.image a').lightBox();
});


