
$(document).ready(function(){$('#subscribe_button').hover(function(){$(this).attr('src','http://c2.dmstatic.com/i/subscribe_button_on.png');$(this).css('cursor','pointer');},function(){$(this).attr('src','http://c3.dmstatic.com/i/subscribe_button_off.png');$(this).css('cursor','default');});$('#post_message_button').hover(function(){$(this).attr('src','http://c1.dmstatic.com/i/button_post_message_on.png');$(this).css('cursor','pointer');},function(){$(this).attr('src','http://c2.dmstatic.com/i/button_post_message_off.png');$(this).css('cursor','default');});$('.respond, .respondto').hover(function(){$(this).css('color','#FE7C00');$(this).css('cursor','pointer');},function(){$(this).css('color','#0000FF');$(this).css('cursor','default');});$('#api').width(($('#api_img').width()>0)?$('#api_img').width()+5:300);$('#stock').width(($('#stock_img').width()>0)?$('#stock_img').width()+5:400);$('#snapshot').width(($('#snapshot_img').width()>0)?$('#snapshot_img').width()+5:860);$("#your_name").mouseup(function(e){e.preventDefault();});$("#article_response").mouseup(function(e){e.preventDefault();});$('#post_message_button').click(function(){var dlen="";dlen=$('#article_response').val();if(dlen==0)
{$('#responsewarning').show();$('#responsewarning').html('Please enter a message');$('#article_response').focus();return false;}});$('.respond').click(function(){window.location='#respond';$('#your_name').focus();$('#ptid').val('');});$('.respondto').click(function(){var classList=$(this).attr('class').split(' ');$.each(classList,function(index,item){if(item!=='respondto'){$('#ptid').val(item);}});window.location='#respond';$('#your_name').focus();});});
