/**
 * @author Starlocke
 */

function yrk(v){
	if(document.images){
		_yrk = new Image();
		_yrk.src = '../proto/?'+v;
	}
}

