﻿$(function(){
resizeSingerProfile();
});

function resizeSingerProfile(){
$("div.list li.pic img").each(function(){
if(this.src.length<30) this.src="/images/profile.jpg";
Resize(this,80,60);
});
}


function play(sid){
var newWd = window.open("play.aspx?sid="+sid,"pwin","width=640,height=450");
newWd.focus();
}
