

<!-- Begin
var how_many_ads = 22;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
banner="images/realms_new/feat_movies.jpg";
width="190";
height="80";
url="short_film.php";
}
if (ad==2) {
banner="images/realms_new/feat_bestfriend.jpg";
width="190";
height="80";
url="Adorable_Pets_and_tamed_Animals.php";
}
if (ad==3) {
banner="images/realms_new/feat_cooking.jpg";
width="190";
height="80";
url="free_recipes_and_cooking_videos.php";
}
if (ad==4) {
banner="images/realms_new/feat_culture.jpg";
width="190";
height="80";
url="interesting_culture_people_traditional_country.php";
}
if (ad==5) {
banner="images/realms_new/feat_docu.jpg";
width="190";
height="80";
url="free_documentary_videos_knowledge_technology.php";
}
if (ad==6) {
banner="images/realms_new/feat_edu.jpg";
width="190";
height="80";
url="Education_college_universities_institution_long_distance_live_learning_videos.php";
}
if (ad==7) {
banner="images/realms_new/feat_enviro.jpg";
width="190";
height="80";
url="free_environment_protection_recycle_green_peace_world.php";
}
if (ad==8) {
banner="images/realms_new/feat_fashion.jpg";
width="190";
height="80";
url="free_fashion_New_trends_models_sexy_beautiful_design.php";
}
if (ad==9) {
banner="images/realms_new/feat_history.jpg";
width="190";
height="80";
url="free_history_videos_hero_war_lesson_victims_brutal_human_right.php";
}
if (ad==10) {
banner="images/realms_new/feat_hobby.jpg";
width="190";
height="80";
url="interesting_hobby_fishing_remote_control_toys_collection.php";
}
if (ad==11) {
banner="images/realms_new/feat_news.jpg";
width="190";
height="80";
url="free_latest_live_streaming_world_news_cnn_aljazeera_bbc.php";
}
if (ad==12) {
banner="images/realms_new/feat_jamsession.jpg";
width="190";
height="80";
url="free_songs_mtv_or_music_video_from_pop_hits_singer.php";
}
if (ad==13) {
banner="images/realms_new/feat_lifestyle.jpg";
width="190";
height="80";
url="free_video_for_celebrities_lifestyle_rich_and_famous_living.php";
}
if (ad==14) {
banner="images/realms_new/feat_niche.jpg";
width="190";
height="80";
url="free_world_general_entertainment_live_streaming_video_fortune_and_others_CCTV.php";
}
if (ad==15) {
banner="images/realms_new/feat_paradise.jpg";
width="190";
height="80";
url="free_tourist_information_best_hotel_destination_for_your_holidays_honey_moon.php";
}
if (ad==16) {
banner="images/realms_new/feat_religion.jpg";
width="190";
height="80";
url="free_religion_live_video_Christian_Islam_buddha_Hindu_and_others_believe_fate.php";
}
if (ad==17) {
banner="images/realms_new/feat_shopping.jpg";
width="190";
height="80";
url="free_shopping_tips_good_prices_and_bargain_online_auction_videos.php";
}
if (ad==18) {
banner="images/realms_new/feat_sports.jpg";
width="190";
height="80";
url="free_sports_news_online_live_match_tennis_golf_soccer_football_and_others_best_goal_world_cup_Premier_league.php";
}
if (ad==19) {
banner="images/realms_new/feat_animation.jpg";
width="190";
height="80";
url="free_popular_latest_animation_cartoons_videos_mangga_for_fans.php";
}
if (ad==20) {
banner="images/realms_new/feat_transport.jpg";
width="190";
height="80";
url="Free_vehicles_and_Auto_transportation_F1_Racing_Dream_antique_car_motors_Formula_one_circuit.php";
}
if (ad==21) {
banner="images/realms_new/feat_wild.jpg";
width="190";
height="80";
url="Free_wild_life_documentary_Animals_birds_videos_nature_forest.php";
}
if (ad==22) {
banner="images/realms_new/feat_blog.jpg";
width="190";
height="80";
url="http://www.xbbblog.com";
}
document.write('<a href=\"' +url+ '\"><img src=\"'+banner+'\" border="0" width=\"'+width+'\" height=\"'+height+'\"></a>');
// End -->


