//Microsoft.Glimmer.OneWay
//<AnimationCollection FilePath="D:\hdf_web\Javascript_error\jserror.js" xmlns="clr-namespace:GlimmerLib;assembly=GlimmerLib"><Animation Name="Javascript_ON" EventType="load" Trigger="#stop"><Animation.Targets><Target Name="#stop" Duration="1000" Easing="linear" Callback="null"><Target.Effects><RemoveHTMLEffect CSSName="div#stop" DisplayName="Remove HTML Effect" MaxValue="0" MinValue="0" From="0" To="0" IsStartValue="False" IsActive="True" IsAnimatable="False" IsExpression="False" FormatString="$({1}).remove();&#xD;&#xA;" RequiresJQueryPlugin="False" JQueryPluginURI="" /></Target.Effects></Target></Animation.Targets></Animation></AnimationCollection>
jQuery(function($) {
var timer;
function Javascript_ON(event)
{
     $("div.stop").remove();
}

Javascript_ON();

});
