jQuery(document).ready(function(){upload_form();imgSize($(".large_img"),603);imgSizeIndex($(".posts_list .large_img"),471);if($("ul#sharebar li.credit a").length){$("ul#sharebar li.credit a").attr("rel","nofollow");}
$("#send_button").attr('value','');});$(window).load(function(){$("#fb_head").html("<iframe src='http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/pages/Fix-of-Awesome/151060491630899&amp;send=false&amp;layout=standard&amp;width=250&amp;show_faces=false&amp;locale=en_US&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:207px; height:35px;' allowTransparency='true'></iframe>");$("#fb_sb").html("<iframe src='http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/Fix-of-Awesome/151060491630899&amp;locale=en_US&amp;width=240&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=true&amp;height=258' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:240px; height:258px;' allowTransparency='true'></iframe>");});function upload_form(){$("#submit_upl_b").attr('value','');$("#file_upl").change(function(){if($(this).attr("value")=="")
{$("#label_file").text("Choose file to upload");}
else
{$("#label_file").text($(this).attr("value"));}});$("#category").change(function(){$("#label_select").text($(this).attr("value"));});$("input#name").focus(function(){if($(this).attr("value")=="Type your name"){$(this).attr("value","");}});$("input#mail").focus(function(){if($(this).attr("value")=="Type your e-mail"){$(this).attr("value","");}});if($("input#name").attr("value")==""){$(this).attr("value","Type your name");}
if($("input#mail").attr("value")==""){$(this).attr("value","Type your e-mail");}
$("input#name").blur(function(){if($(this).attr("value")==""){$(this).attr("value","Type your name");}});$("input#mail").blur(function(){if($(this).attr("value")==""){$(this).attr("value","Type your e-mail");}});if(!$("#igree input").attr("checked")){$("#submit_upl").attr("class","no_activ");$("#submit_upl_b").attr("disabled","disabled");}
else{$("#submit_upl").attr("class","activ");$("#submit_upl_b").removeAttr("disabled");}
$("#igree input").change(function(){if($(this).attr("checked")){$("#submit_upl").attr("class","activ");$("#submit_upl_b").removeAttr("disabled");}
else{$("#submit_upl").attr("class","no_activ");$("#submit_upl_b").attr("disabled","disabled");}});}
function imgSize(el,size){el.each(function(indx,element){$(this).attr({"width":size,"height":"auto"});});}
function imgSizeIndex(el,size){el.each(function(indx,element){$(this).attr({"width":size,"height":"auto"});});}
