// redirection avec frame
if (parent.frames.length < 1) { 
document.location.href = 'http://www.shah-arabians.com'; 
}
