function profile_image(){$(".Changed img").each(function(){var a=500;var b=300;var c=0;var d=$(this).width();alert("width"+d);var e=$(this).height();alert("Height"+e);if(d>a){c=a/d;$(this).attr({width:a,height:e*c,alt:"This Is SubscribedUser Image"});e=e*c;d=d*c;if(e>b){c=b/e;$(this).attr({height:b,width:d*c,alt:"This Is SubscribedUser Image"})}}})}
function image_resize(){$("div#cust_height img").each(function(){var a=230;var b=230;var c=0;var d=$(this).width();var e=$(this).height();if(d>a)
{c=a/d;$(this).attr({width:a,height:e*c,alt:"Online Comics Portal"});e=e*c;d=d*c;if(e>b)
{c=b/e;$(this).attr({height:b,width:d*c,alt:"Online Comics Portal"})}}})}
function clickrecall(a,b){if(a.value==""){a.value=b}}function clickclear(a,b){if(a.value==b){a.value=""}}
