﻿function initHomePageComponent()
{
	$(document).ready(function ()
	{
		//多行向上翻滚
		$("#scrollDiv").Scroll({ line: 3, speed: 1000, timer: 5000 });
		//选项卡
		$("#tab_tag3").tab({
			tabId: "#tab_tag3",
			tabTag: "li",
			conId: "#tab_con3",
			conTag: "div",
			auto: true,
			act: "mouseover"
		})
	});	
}
