$(document).ready(function(){

	var currentRequest = window.location;
	if(!$.cookie('stella')){
		window.location = "index.html?path="+currentRequest;
	}

});
