3 Search Results for "funny"
-
-
Views: 184
-
Since: 5 months ago
-
-
-
From: pschmidtentercom
-
Description:
...And why you should never put them in your car window...
-
1 year ago
-
Views: 53
-
-
// Resize Profile image
if (Ka.Info.PAGE == "pages/kickPlaceServerSide.jsp") {
$j('#ka_profileImg span').each(function() {
var newStyle = $j(this).attr('style').replace('160x120', '320x240');
$j(this).attr('style', newStyle);
var newStyle = $j(this).attr('style').replace('160X120', '320X240');
$j(this).attr('style', newStyle);
});
}