﻿/*
http://kousotsu-kyujin.com/
2008 (C) Liveknott All Rights Reserved.
当CSSファイルは株式会社ライブノットにより制作されています。
メンテナンスに関するお問い合わせは http://liveknott.co.jp/ をご確認下さい。
*/


/* png fix for ie6 and below */
/*
$(document).ready(function(){
	$('#headerLogo, #footerLogo').pngfix();
	//$(document).pngfix();
	});
*/
/* curvyCorner for jobSearchDetail */
/*
$(document).ready(function(){
	$('#jobSearchDetail').corner({
          tl: { radius: 16 },
          tr: { radius: 16 },
          bl: { radius: 16 },
          br: { radius: 16 },
          antiAlias: true,
          autoPad: false,
		  validTags: ["div"]
		});
	});
*/

/* newsTicker */
/*
$(document).ready(function() {
  var options = {
    newsList: "#news",
    startDelay: 10,
    placeHolder1: " |"
  }
  $().newsTicker(options);
});
*/

function marquee()
{
    window.status = Message.substring(0, Length);
    if (++Length > Message.length)
    {
      Length = 0;
      window.setTimeout('marquee()', 8000);
    }
    else
    {
      window.setTimeout('marquee()', 200);
    }
}

