Book Hotel

Hotel accommodations are available at Mohegan Sun at a discounted rate of $159/night. Special rates are available, based on availability,
until Friday, August 26th, 2016.

Thank You To Our Sponsors

[insert_php]
$my_postid = 242;//This is page id or post id
$content_post = get_post($my_postid);
$content = $content_post->post_content;
$content = apply_filters(‘the_content’, $content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
echo $content;
[/insert_php]