//  parent.window.status="技术支持 铭万";

$(document).ready(function(){
	if ($('.box1 h2,.box2 h2').length > 0) { 
	$('.box1 h2,.box2 h2').prepend("<span class=\"lb left\"></span><span class=\"rb right\"></span>");
	}

	$('.search_result .box2 tr').addClass('odd'); 
	$('.search_result .box2 tr:even').addClass('even');
	$(".search_result .box2 tr").mouseover(function(){
	$(this).addClass("over");}).mouseout(function(){
	$(this).removeClass("over");});

	$('.newcorp .row1 li:even').addClass('even');
	$(".newcorp .row1 li").mouseover(function(){
	$(this).addClass("over");}).mouseout(function(){
	$(this).removeClass("over");});

	$('.newcorp .row2 li:odd').addClass('even');
	$(".newcorp .row2 li").mouseover(function(){
	$(this).addClass("over");}).mouseout(function(){
	$(this).removeClass("over");});

	$('.commentlist li:even').addClass('even');

	$.featureList(
		$(".login h2 a"),
		$(".login_output .item"), {
			transition_interval	:	0
		}
	);
	//人才详细
	$.featureList(
		$(".tabs ul li"),
		$(".tabbox .tabitem"), {
			transition_interval	:	0
		}
	);
//	
	$.featureList(
		$(".jobs .tabs a"),
		$(".jobs .item ul"), {
			start_item :	0
		}
	);
	
	$.featureList(
		$(".sortsearch .tabs a"),
		$(".sortsearch .item"), {
			start_item :	0,
			transition_interval	:	0
		}
	);
	
	$.featureList(
		$(".myfav h2 a"),
		$(".myfav .item ul"), {
			start_item :	0
		}
	);

	$.featureList(
		$(".raiders .tabs a"),
		$(".raiders .item ul"), {
			start_item :	0
		}
	);
	$.featureList(
		$(".charge .tabs a"),
		$(".charge .item ul"), {
			start_item :	0
		}
	);

});

