// JavaScript Document
//profile open
wnc=-1;
wnd= new Array();wnt= new Array();

function profile(url){
	window.open(url,'girls','width=720,height=563,scrollbars=no,status=no,resizable=no,location=no');
}
