$(document).ready(function(){
$(".rollover").fadeTo(0,1.0);
$(".rollover").hover(function(){
        $(this).fadeTo(500,0.6);
    },
    function(){
        $(this).fadeTo(500,1.0);
    });
});

//Copyrght
startYear = 2011;
yearObj = new Date();
thisYear = yearObj.getFullYear();
if (startYear==thisYear){
	copyrightyear ="&copy;"+thisYear+" <a href='http://www.jvcmusic.co.jp/' target='_blank'>Victor Entertainment,Inc.</a> All rights reserved."
} else {
	copyrightyear ="&copy;"+startYear+"-"+thisYear+" <a href='http://www.jvcmusic.co.jp/' target='_blank'>Victor Entertainment,Inc.</a> All rights reserved."
};


