// v.1.1.0
//
// By Modworks Inc.
// http://www.modworks.co.jp/
//
// * License *
// This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
// http://creativecommons.org/licenses/by-nc-sa/3.0/
//
$(function(){$('.switch_image').each(function(){$(this).removeClass('switch_image').addClass('switched_image');var src=$(this).css('background-image').replace(/^url\(['"]*/,'').replace(/['"]*\)$/,'');$(this).css('background','none').html('<img src="'+src+'" alt="'+$(this).text()+'">');});});
