//Microsoft.Glimmer.OneWay
//<AnimationCollection FilePath="C:\Users\taidlin\Desktop\rasterize\maria\js\advertising.html.glimmer.js" xmlns="clr-namespace:GlimmerLib;assembly=GlimmerLib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"><Animation Name="onLoad" EventType="load" Trigger="{x:Null}"><Animation.Targets><Target Name=".thumb" Duration="1000" Easing="linear" Callback="null"><Target.Effects><OpacityEffect CSSName="opacity" DisplayName="Opacity Animation" MaxValue="1" MinValue="0" From="0" To=".4" IsStartValue="True" IsActive="True" IsAnimatable="True" IsExpression="False" FormatString="" RequiresJQueryPlugin="False" JQueryPluginURI="" /></Target.Effects></Target></Animation.Targets></Animation><Animation Name="thumb1onHover" EventType="mouseover" Trigger="#thumb1"><Animation.Targets><Target Name="#thumb1" Duration="1000" Easing="linear" Callback="null"><Target.Effects><OpacityEffect CSSName="opacity" DisplayName="Opacity Animation" MaxValue="1" MinValue="0" From="0.4" To="1" IsStartValue="True" IsActive="True" IsAnimatable="True" IsExpression="False" FormatString="" RequiresJQueryPlugin="False" JQueryPluginURI="" /></Target.Effects></Target></Animation.Targets></Animation><Animation Name="thumb1_onClick" EventType="click" Trigger="#thumb1"><Animation.Targets><Target Name=".sequenceImage" Duration="1000" Easing="linear" Callback="null"><Target.Effects><ModifyCSSEffect CSSName="display" DisplayName="Modify CSS Effect" MaxValue="5000" MinValue="-5000" From="0" To="none" IsStartValue="False" IsActive="True" IsAnimatable="False" IsExpression="False" FormatString="$({0}).css({1},{2});&#xD;&#xA;" RequiresJQueryPlugin="False" JQueryPluginURI="" /></Target.Effects></Target><Target Name="#sequenceImage1" Duration="600" Easing="swing" Callback="null"><Target.Effects><YScaleEffect CSSName="height" DisplayName="Y Scale Animation" MaxValue="5000" MinValue="-5000" From="0" To="849" IsStartValue="True" IsActive="True" IsAnimatable="True" IsExpression="False" FormatString="" RequiresJQueryPlugin="False" JQueryPluginURI="" /><OpacityEffect CSSName="opacity" DisplayName="Opacity Animation" MaxValue="1" MinValue="0" From="0" To="1" IsStartValue="True" IsActive="True" IsAnimatable="True" IsExpression="False" FormatString="" RequiresJQueryPlugin="False" JQueryPluginURI="" /><ModifyCSSEffect CSSName="display" DisplayName="Modify CSS Effect" MaxValue="5000" MinValue="-5000" From="0" To="block" IsStartValue="False" IsActive="True" IsAnimatable="False" IsExpression="False" FormatString="$({0}).css({1},{2});&#xD;&#xA;" RequiresJQueryPlugin="False" JQueryPluginURI="" /></Target.Effects></Target></Animation.Targets></Animation></AnimationCollection>
jQuery(function($) {
var timer;
function onLoad(event)
{
     $(".thumb").css("opacity","0");
   	 $(".thumb").animate({"opacity":.4},600, "linear", null);
}

function thumb1onHover(event)
{
     $("#thumb1").css("opacity","0.4");
     $("#thumb1").animate({"opacity":1},300, "linear", null);
}

function thumb1onOut(event)
{
     $("#thumb1").css("opacity","1");
     $("#thumb1").animate({"opacity":0.4},300, "linear", null);
}

function thumb2onHover(event)
{
     $("#thumb2").css("opacity","0.4");
     $("#thumb2").animate({"opacity":1},300, "linear", null);
}

function thumb2onOut(event)
{
     $("#thumb2").css("opacity","1");
     $("#thumb2").animate({"opacity":0.4},300, "linear", null);
}

function thumb3onHover(event)
{
     $("#thumb3").css("opacity","0.4");
     $("#thumb3").animate({"opacity":1},300, "linear", null);
}

function thumb3onOut(event)
{
     $("#thumb3").css("opacity","1");
     $("#thumb3").animate({"opacity":0.4},300, "linear", null);
}

function thumb4onHover(event)
{
     $("#thumb4").css("opacity","0.4");
     $("#thumb4").animate({"opacity":1},300, "linear", null);
}

function thumb4onOut(event)
{
     $("#thumb4").css("opacity","1");
     $("#thumb4").animate({"opacity":0.4},300, "linear", null);
}

function thumb5onHover(event)
{
     $("#thumb5").css("opacity","0.4");
     $("#thumb5").animate({"opacity":1},300, "linear", null);
}

function thumb5onOut(event)
{
     $("#thumb5").css("opacity","1");
     $("#thumb5").animate({"opacity":0.4},300, "linear", null);
}

function thumb6onHover(event)
{
     $("#thumb6").css("opacity","0.4");
     $("#thumb6").animate({"opacity":1},300, "linear", null);
}

function thumb6onOut(event)
{
     $("#thumb6").css("opacity","1");
     $("#thumb6").animate({"opacity":0.4},300, "linear", null);
}

function thumb7onHover(event)
{
     $("#thumb7").css("opacity","0.4");
     $("#thumb7").animate({"opacity":1},300, "linear", null);
}

function thumb7onOut(event)
{
     $("#thumb7").css("opacity","1");
     $("#thumb7").animate({"opacity":0.4},300, "linear", null);
}
function thumb8onHover(event)
{
     $("#thumb8").css("opacity","0.4");
     $("#thumb8").animate({"opacity":1},300, "linear", null);
}

function thumb8onOut(event)
{
     $("#thumb8").css("opacity","1");
     $("#thumb8").animate({"opacity":0.4},300, "linear", null);
}

function thumb9onHover(event)
{
     $("#thumb9").css("opacity","0.4");
     $("#thumb9").animate({"opacity":1},300, "linear", null);
}

function thumb9onOut(event)
{
     $("#thumb9").css("opacity","1");
     $("#thumb9").animate({"opacity":0.4},300, "linear", null);
}

function thumb10onHover(event)
{
     $("#thumb10").css("opacity","0.4");
     $("#thumb10").animate({"opacity":1},300, "linear", null);
}

function thumb10onOut(event)
{
     $("#thumb10").css("opacity","1");
     $("#thumb10").animate({"opacity":0.4},300, "linear", null);
}

function thumb11onHover(event)
{
     $("#thumb11").css("opacity","0.4");
     $("#thumb11").animate({"opacity":1},300, "linear", null);
}

function thumb11onOut(event)
{
     $("#thumb11").css("opacity","1");
     $("#thumb11").animate({"opacity":0.4},300, "linear", null);
}

function thumb12onHover(event)
{
     $("#thumb12").css("opacity","0.4");
     $("#thumb12").animate({"opacity":1},300, "linear", null);
}

function thumb12onOut(event)
{
     $("#thumb12").css("opacity","1");
     $("#thumb12").animate({"opacity":0.4},300, "linear", null);
}

function thumb13onHover(event)
{
     $("#thumb13").css("opacity","0.4");
     $("#thumb13").animate({"opacity":1},300, "linear", null);
}

function thumb13onOut(event)
{
     $("#thumb13").css("opacity","1");
     $("#thumb13").animate({"opacity":0.4},300, "linear", null);
}

function thumb14onHover(event)
{
     $("#thumb14").css("opacity","0.4");
     $("#thumb14").animate({"opacity":1},300, "linear", null);
}

function thumb14onOut(event)
{
     $("#thumb14").css("opacity","1");
     $("#thumb14").animate({"opacity":0.4},300, "linear", null);
}

function thumb15onHover(event)
{
     $("#thumb15").css("opacity","0.4");
     $("#thumb15").animate({"opacity":1},300, "linear", null);
}

function thumb15onOut(event)
{
     $("#thumb15").css("opacity","1");
     $("#thumb15").animate({"opacity":0.4},300, "linear", null);
}

function thumb16onHover(event)
{
     $("#thumb16").css("opacity","0.4");
     $("#thumb16").animate({"opacity":1},300, "linear", null);
}

function thumb16onOut(event)
{
     $("#thumb16").css("opacity","1");
     $("#thumb16").animate({"opacity":0.4},300, "linear", null);
}

function thumb17onHover(event)
{
     $("#thumb17").css("opacity","0.4");
     $("#thumb17").animate({"opacity":1},300, "linear", null);
}

function thumb17onOut(event)
{
     $("#thumb17").css("opacity","1");
     $("#thumb17").animate({"opacity":0.4},300, "linear", null);
}

function thumb18onHover(event)
{
     $("#thumb18").css("opacity","0.4");
     $("#thumb18").animate({"opacity":1},300, "linear", null);
}

function thumb18onOut(event)
{
     $("#thumb18").css("opacity","1");
     $("#thumb18").animate({"opacity":0.4},300, "linear", null);
}

function thumb19onHover(event)
{
     $("#thumb19").css("opacity","0.4");
     $("#thumb19").animate({"opacity":1},300, "linear", null);
}

function thumb19onOut(event)
{
     $("#thumb19").css("opacity","1");
     $("#thumb19").animate({"opacity":0.4},300, "linear", null);
}

function thumb20onHover(event)
{
     $("#thumb20").css("opacity","0.4");
     $("#thumb20").animate({"opacity":1},300, "linear", null);
}

function thumb20onOut(event)
{
     $("#thumb20").css("opacity","1");
     $("#thumb20").animate({"opacity":0.4},300, "linear", null);
}

function thumb21onHover(event)
{
     $("#thumb21").css("opacity","0.4");
     $("#thumb21").animate({"opacity":1},300, "linear", null);
}

function thumb21onOut(event)
{
     $("#thumb21").css("opacity","1");
     $("#thumb21").animate({"opacity":0.4},300, "linear", null);
}

function thumb22onHover(event)
{
     $("#thumb22").css("opacity","0.4");
     $("#thumb22").animate({"opacity":1},300, "linear", null);
}

function thumb22onOut(event)
{
     $("#thumb22").css("opacity","1");
     $("#thumb22").animate({"opacity":0.4},300, "linear", null);
}

function thumb23onHover(event)
{
     $("#thumb23").css("opacity","0.4");
     $("#thumb23").animate({"opacity":1},300, "linear", null);
}

function thumb23onOut(event)
{
     $("#thumb23").css("opacity","1");
     $("#thumb23").animate({"opacity":0.4},300, "linear", null);
}

function thumb24onHover(event)
{
     $("#thumb24").css("opacity","0.4");
     $("#thumb24").animate({"opacity":1},300, "linear", null);
}

function thumb24onOut(event)
{
     $("#thumb24").css("opacity","1");
     $("#thumb24").animate({"opacity":0.4},300, "linear", null);
}

function thumb25onHover(event)
{
     $("#thumb25").css("opacity","0.4");
     $("#thumb25").animate({"opacity":1},300, "linear", null);
}

function thumb25onOut(event)
{
     $("#thumb25").css("opacity","1");
     $("#thumb25").animate({"opacity":0.4},300, "linear", null);
}

function thumb26onHover(event)
{
     $("#thumb26").css("opacity","0.4");
     $("#thumb26").animate({"opacity":1},300, "linear", null);
}

function thumb26onOut(event)
{
     $("#thumb26").css("opacity","1");
     $("#thumb26").animate({"opacity":0.4},300, "linear", null);
}

function thumb27onHover(event)
{
     $("#thumb27").css("opacity","0.4");
     $("#thumb27").animate({"opacity":1},300, "linear", null);
}

function thumb27onOut(event)
{
     $("#thumb27").css("opacity","1");
     $("#thumb27").animate({"opacity":0.4},300, "linear", null);
}

function thumb28onHover(event)
{
     $("#thumb28").css("opacity","0.4");
     $("#thumb28").animate({"opacity":1},300, "linear", null);
}

function thumb28onOut(event)
{
     $("#thumb28").css("opacity","1");
     $("#thumb28").animate({"opacity":0.4},300, "linear", null);
}

function thumb29onHover(event)
{
     $("#thumb29").css("opacity","0.4");
     $("#thumb29").animate({"opacity":1},300, "linear", null);
}

function thumb29onOut(event)
{
     $("#thumb29").css("opacity","1");
     $("#thumb29").animate({"opacity":0.4},300, "linear", null);
}

function thumb1_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage1a").css("height","0");
     $("#sequenceImage1a").css("opacity","0");
     $("#sequenceImage1a").css("display","block");
     $("#sequenceImage1a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb2_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage2a").css("height","0");
     $("#sequenceImage2a").css("opacity","0");
     $("#sequenceImage2a").css("display","block");
     $("#sequenceImage2a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb3_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage3a").css("height","0");
     $("#sequenceImage3a").css("opacity","0");
     $("#sequenceImage3a").css("display","block");
     $("#sequenceImage3a").animate({"height":849,"opacity":1},600, "swing", null);
}
function thumb4_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage4a").css("height","0");
     $("#sequenceImage4a").css("opacity","0");
     $("#sequenceImage4a").css("display","block");
     $("#sequenceImage4a").animate({"height":849,"opacity":1},600, "swing", null);
}
function thumb5_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage5a").css("height","0");
     $("#sequenceImage5a").css("opacity","0");
     $("#sequenceImage5a").css("display","block");
     $("#sequenceImage5a").animate({"height":849,"opacity":1},600, "swing", null);
}
function thumb6_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage6a").css("height","0");
     $("#sequenceImage6a").css("opacity","0");
     $("#sequenceImage6a").css("display","block");
     $("#sequenceImage6a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb7_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage7a").css("height","0");
     $("#sequenceImage7a").css("opacity","0");
     $("#sequenceImage7a").css("display","block");
     $("#sequenceImage7a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb8_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage8a").css("height","0");
     $("#sequenceImage8a").css("opacity","0");
     $("#sequenceImage8a").css("display","block");
     $("#sequenceImage8a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb9_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage9a").css("height","0");
     $("#sequenceImage9a").css("opacity","0");
     $("#sequenceImage9a").css("display","block");
     $("#sequenceImage9a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb10_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage10a").css("height","0");
     $("#sequenceImage10a").css("opacity","0");
     $("#sequenceImage10a").css("display","block");
     $("#sequenceImage10a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb11_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage11a").css("height","0");
     $("#sequenceImage11a").css("opacity","0");
     $("#sequenceImage11a").css("display","block");
     $("#sequenceImage11a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb12_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage12a").css("height","0");
     $("#sequenceImage12a").css("opacity","0");
     $("#sequenceImage12a").css("display","block");
     $("#sequenceImage12a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb13_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage13a").css("height","0");
     $("#sequenceImage13a").css("opacity","0");
     $("#sequenceImage13a").css("display","block");
     $("#sequenceImage13a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb14_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage14a").css("height","0");
     $("#sequenceImage14a").css("opacity","0");
     $("#sequenceImage14a").css("display","block");
     $("#sequenceImage14a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb15_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage15a").css("height","0");
     $("#sequenceImage15a").css("opacity","0");
     $("#sequenceImage15a").css("display","block");
     $("#sequenceImage15a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb16_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage16a").css("height","0");
     $("#sequenceImage16a").css("opacity","0");
     $("#sequenceImage16a").css("display","block");
     $("#sequenceImage16a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb17_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage17a").css("height","0");
     $("#sequenceImage17a").css("opacity","0");
     $("#sequenceImage17a").css("display","block");
     $("#sequenceImage17a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb18_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage18a").css("height","0");
     $("#sequenceImage18a").css("opacity","0");
     $("#sequenceImage18a").css("display","block");
     $("#sequenceImage18a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb19_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage19a").css("height","0");
     $("#sequenceImage19a").css("opacity","0");
     $("#sequenceImage19a").css("display","block");
     $("#sequenceImage19a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb20_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage20a").css("height","0");
     $("#sequenceImage20a").css("opacity","0");
     $("#sequenceImage20a").css("display","block");
     $("#sequenceImage20a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb21_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage21a").css("height","0");
     $("#sequenceImage21a").css("opacity","0");
     $("#sequenceImage21a").css("display","block");
     $("#sequenceImage21a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb22_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage22a").css("height","0");
     $("#sequenceImage22a").css("opacity","0");
     $("#sequenceImage22a").css("display","block");
     $("#sequenceImage22a").animate({"height":849,"opacity":1},600, "swing", null);
}
function thumb23_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage23a").css("height","0");
     $("#sequenceImage23a").css("opacity","0");
     $("#sequenceImage23a").css("display","block");
     $("#sequenceImage23a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb24_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage24a").css("height","0");
     $("#sequenceImage24a").css("opacity","0");
     $("#sequenceImage24a").css("display","block");
     $("#sequenceImage24a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb25_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage25a").css("height","0");
     $("#sequenceImage25a").css("opacity","0");
     $("#sequenceImage25a").css("display","block");
     $("#sequenceImage25a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb26_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage26a").css("height","0");
     $("#sequenceImage26a").css("opacity","0");
     $("#sequenceImage26a").css("display","block");
     $("#sequenceImage26a").animate({"height":849,"opacity":1},600, "swing", null);
}

function thumb27_onClick(event)
{
     $(".sequenceImage").css("display","none");
     $("#sequenceImage27a").css("height","0");
     $("#sequenceImage27a").css("opacity","0");
     $("#sequenceImage27a").css("display","block");
     $("#sequenceImage27a").animate({"height":849,"opacity":1},600, "swing", null);
}

onLoad();
$('#thumb1').bind('mouseover', thumb1onHover);
$('#thumb1').bind('mouseout', thumb1onOut);
$('#thumb2').bind('mouseover', thumb2onHover);
$('#thumb2').bind('mouseout', thumb2onOut);
$('#thumb3').bind('mouseover', thumb3onHover);
$('#thumb3').bind('mouseout', thumb3onOut);
$('#thumb4').bind('mouseover', thumb4onHover);
$('#thumb4').bind('mouseout', thumb4onOut);
$('#thumb5').bind('mouseover', thumb5onHover);
$('#thumb5').bind('mouseout', thumb5onOut);
$('#thumb6').bind('mouseover', thumb6onHover);
$('#thumb6').bind('mouseout', thumb6onOut);
$('#thumb7').bind('mouseover', thumb7onHover);
$('#thumb7').bind('mouseout', thumb7onOut);
$('#thumb8').bind('mouseover', thumb8onHover);
$('#thumb8').bind('mouseout', thumb8onOut);
$('#thumb9').bind('mouseover', thumb9onHover);
$('#thumb9').bind('mouseout', thumb9onOut);
$('#thumb10').bind('mouseover', thumb10onHover);
$('#thumb10').bind('mouseout', thumb10onOut);
$('#thumb11').bind('mouseover', thumb11onHover);
$('#thumb11').bind('mouseout', thumb11onOut);
$('#thumb12').bind('mouseover', thumb12onHover);
$('#thumb12').bind('mouseout', thumb12onOut);
$('#thumb13').bind('mouseover', thumb13onHover);
$('#thumb13').bind('mouseout', thumb13onOut);
$('#thumb14').bind('mouseover', thumb14onHover);
$('#thumb14').bind('mouseout', thumb14onOut);
$('#thumb15').bind('mouseover', thumb15onHover);
$('#thumb15').bind('mouseout', thumb15onOut);
$('#thumb16').bind('mouseover', thumb16onHover);
$('#thumb16').bind('mouseout', thumb16onOut);
$('#thumb17').bind('mouseover', thumb17onHover);
$('#thumb17').bind('mouseout', thumb17onOut);
$('#thumb18').bind('mouseover', thumb18onHover);
$('#thumb18').bind('mouseout', thumb18onOut);
$('#thumb19').bind('mouseover', thumb19onHover);
$('#thumb19').bind('mouseout', thumb19onOut);
$('#thumb20').bind('mouseover', thumb20onHover);
$('#thumb20').bind('mouseout', thumb20onOut);
$('#thumb21').bind('mouseover', thumb21onHover);
$('#thumb21').bind('mouseout', thumb21onOut);
$('#thumb22').bind('mouseover', thumb22onHover);
$('#thumb22').bind('mouseout', thumb22onOut);
$('#thumb23').bind('mouseover', thumb23onHover);
$('#thumb23').bind('mouseout', thumb23onOut);
$('#thumb24').bind('mouseover', thumb24onHover);
$('#thumb24').bind('mouseout', thumb24onOut);
$('#thumb25').bind('mouseover', thumb25onHover);
$('#thumb25').bind('mouseout', thumb25onOut);
$('#thumb26').bind('mouseover', thumb26onHover);
$('#thumb26').bind('mouseout', thumb26onOut);
$('#thumb27').bind('mouseover', thumb27onHover);
$('#thumb27').bind('mouseout', thumb27onOut);

$('#thumb1').bind('click', thumb1_onClick);
$('#thumb2').bind('click', thumb2_onClick);
$('#thumb3').bind('click', thumb3_onClick);
$('#thumb4').bind('click', thumb4_onClick);
$('#thumb5').bind('click', thumb5_onClick);
$('#thumb6').bind('click', thumb6_onClick);
$('#thumb7').bind('click', thumb7_onClick);
$('#thumb8').bind('click', thumb8_onClick);
$('#thumb9').bind('click', thumb9_onClick);
$('#thumb10').bind('click', thumb10_onClick);
$('#thumb11').bind('click', thumb11_onClick);
$('#thumb12').bind('click', thumb12_onClick);
$('#thumb13').bind('click', thumb13_onClick);
$('#thumb14').bind('click', thumb14_onClick);
$('#thumb15').bind('click', thumb15_onClick);
$('#thumb16').bind('click', thumb16_onClick);
$('#thumb17').bind('click', thumb17_onClick);
$('#thumb18').bind('click', thumb18_onClick);
$('#thumb19').bind('click', thumb19_onClick);
$('#thumb20').bind('click', thumb20_onClick);
$('#thumb21').bind('click', thumb21_onClick);
$('#thumb22').bind('click', thumb22_onClick);
$('#thumb23').bind('click', thumb23_onClick);
$('#thumb24').bind('click', thumb24_onClick);
$('#thumb25').bind('click', thumb25_onClick);
$('#thumb26').bind('click', thumb26_onClick);
$('#thumb27').bind('click', thumb27_onClick);
});
