﻿/*	
This only works if the iframe is on a subdomain
Also, property document.domain must be set on both documents,
parent and the iframe document
*/

document.domain = "letsjusttravel.com";

