/* ToTieATie.com JavaScript code */

function picFramePos()
{
	var picFrameWidth = 264;  //document.getElementById("picFrame").style.width;
	document.getElementById("picFrame").style.left = (screen.width - picFrameWidth - 20 - 15) + "px";
}