﻿var picurl1 = location.href;
var picurl2 = picurl1.lastIndexOf("read.php");
if (picurl2 != -1) {
	document.write("");
}
