﻿$(function(){setHot_OutboundProduct()});function setHot_OutboundProduct(){$("#ul_hot_outbound li").bind("mouseover",function(){$(this).attr("class","hover")});$("#ul_hot_outbound li").bind("mouseout",function(){$(this).attr("class","")})}
