jQuery(document).ready(function($){
	$('.thumb').jScale({w:'50px'})
	$('.featured').jScale({ls:'136px'})
	$('.attach').jScale({w:'200px'})
	$('.prof-pic').jScale({w:'150px'})
})

