// JavaScript Document
if(document.referrer.indexOf('http://www.hotpebble.com') == -1){
	window.location = "http://www.hotpebble.com";
}
