function header(){
	
	
	
str = location.href; // 表示ページURL（今のページ）を取得


cattopn = str.lastIndexOf("/") - 11;
catname = str.substring(cattopn, cattopn+11);


if(catname = "back_number") {


    file_url = str.substring(str.lastIndexOf("/")+1,str.length)

    stn = file_url.substring(7,file_url.indexOf("."));


mmbncode = stn;


// document.write("あれれ" + mmbncode );


// mmbncode = "019";


// document.write('<meta http-equiv="Refresh" content="3;URL=http://www.capriblue.com/pagina_magazine_proto.php?019">');

document.write('<meta http-equiv="Refresh" content="1;URL=http://www.capriblue.com/pagina_magazine.php?'+ mmbncode +'">');

}	


document.write('<A name=\"pagetop\"></A>');
document.write('<TABLE><TBODY>');

document.write('<TR>');
document.write('<TD class=\"indextop\" align=\"left\"><A href=\"http://www.capriblue.com\">');
document.write('<IMG src=\"http://www.capriblue.com/images/banners/capribluelogo2.jpg\" alt=\"南イタリアリゾート情報サイト　CapriBlue Resorts and Services カプリ・ブルー www.capriblue.com\" class=\"indextop\"></A></TD>');
document.write('</TR>');

document.write('<TR><TD></TD></TR>');

document.write('</TBODY>');
document.write('</TABLE>');

}





