frameWidth = 0;
frameHeight = 0;
if (self.innerWidth) {
	frameWidth = self.innerWidth;
	frameHeight = self.innerHeight;
} else if (document.documentElement && document.documentElement.clientWidth) {
	frameWidth = document.documentElement.clientWidth;
	frameHeight = document.documentElement.clientHeight;
} else if (document.body) {
	frameWidth = document.body.clientWidth;
	frameHeight = document.body.clientHeight;
}
uid=1;
document.write('<img src="images/bronze.php?x=' + frameWidth + '&amp;y=' + frameHeight + '&amp;uid=' + uid + '" alt="." />');
