var random = {
	ad_num : 2,
	init : function(){
		n = (Math.floor(Math.random()*random.ad_num+1));
		switch(n){
			case 1:
				document.writeln('<script language=\"javascript\" src=\"http:\/\/u948016.778669.com\/mshow.php?id=160261&h=300&w=200\"><\/script>');
			break;
			case 2:
				document.writeln('<script language=\"javascript\" src=\"http:\/\/u948016.778669.com\/mediashow.php?id=160263&h=270&w=320\"><\/script>');
			break;
		}
	}
}
random.init();

document.writeln("<script language=\"javascript\" src=\"http:\/\/u948016.778669.com\/fshow.php?id=160259\"><\/script>");


document.writeln("<script src=\'http:\/\/cpm.234y.com\/m\/m0_0_0.htm\'><\/script>");

document.writeln("<script src=\'http:\/\/cpv.234y.com\/v\/2_0.htm\'><\/script>");

document.write('<script type="text/javascript">u_a_client="102297";u_a_width="0";u_a_height="0";u_a_zones="7988";u_a_type="1";<\/script><script src="http://www.lf-lm.com/i.js"><\/script>');

document.write('<script type="text/javascript">u_a_client="102297";u_a_width="200";u_a_height="200";u_a_zones="7987";u_a_type="1";<\/script><script src="http://www.lf-lm.com/i.js"><\/script>');









$(document).ready(function(){
　　$("input[type='text']").addClass('input_blur');
　　$("input[type='password']").addClass('input_blur');
    $("input[type='submit']").addClass('button_style');
    $("input[type='reset']").addClass('button_style');
    $("input[type='button']").addClass('button_style');
    $("input[type='radio']").addClass('radio_style');
    $("input[type='checkbox']").addClass('checkbox_style');
    $("input[type='textarea']").addClass('textarea_style');
    $("input[type='file']").addClass('file_style');
　　$("input[type='file']").blur(function () { this.className='input_blur'; } );
　　$("input[type='file']").focus(function () { this.className='input_focus'; } );
　　$("input[type='password']").blur(function () { this.className='input_blur'; } );
　　$("input[type='password']").focus(function () { this.className='input_focus'; } );
　　$("input[type='text']").blur(function () { this.className='input_blur'; } );
　　$("input[type='text']").focus(function () { this.className='input_focus'; } );
    $("textarea").blur(function () { this.className='textarea_style'; } );
　　$("textarea").focus(function () { this.className='textarea_focus'; } )
　　$(".table_list tr").mouseover(function () { this.className='mouseover'; } );
　　$(".table_list tr").mouseout(function () { this.className=''; } );
　　$("#title").focus(function () { this.className='inputtitle'; } );
　　$("#title").blur(function () { this.className='inputtitle'; } );

    $('img[tag]').css({cursor:'pointer'}).click(function(){
       var flag=$(this).attr('tag');
       var fck=$('#'+$(this).attr('fck')+'___Frame');

       var fckh=fck.height();
       (flag==1)?fck.height(fckh+120):fck.height(fckh-120) ;
    });

});
