$(document).ready(function(){
//alert($(window).height());
$("a").click(function(){if($(window).height()<700 && ($(this).attr("href")).indexOf("http://")!=0){this.href += "#smmode";}});
});
